This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Building of gcc-3.0 under AIX4.3 failed


Hi!

I have tried to build gcc-3.0 on my IBM 43P-260 box running AIX4.3. I was
able to build gcc-2.95.3 without any problem, but the compilation of
gcc-3.0 failed.

If have used the defaults for configuring and building, that is:

   ../gcc-3.0/configure
   make bootstrap

-------------------------------------------------------------------------------

GCC-VERSION USED FOR COMPILATION:

Reading specs from /usr/local/lib/gcc-lib/rs6000-ibm-aix4.3.2.0/2.95.3/specs
gcc version 2.95.3 20010315 (release)

-------------------------------------------------------------------------------

SYSTEM TYPE:

rs6000-ibm-aix4.3.2.0

-------------------------------------------------------------------------------

LAST LINES OF OUTPUT WHILE TRYING TO BUILD GCC-3.0:

./xgcc -B./ -B/usr/local/powerpc-ibm-aix4.3.2.0/bin/ -isystem /usr/local/powerpc-ibm-aix4.3.2.0/include -S tmp-dum.c
echo '/*WARNING: This file is automatically generated!*/' >tmp-under.c
if grep _xxy_us_dummy tmp-dum.s > /dev/null ; then \
  echo "int prepends_underscore = 1;" >>tmp-under.c; \
else \
  echo "int prepends_underscore = 0;" >>tmp-under.c; \
fi
/bin/sh ../../gcc-3.0/gcc/move-if-change tmp-under.c underscore.c
rm -f tmp-dum.c tmp-dum.s
echo timestamp > s-under
gcc -c  -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include underscore.c -o underscore.o
underscore.c:0: malformed option `-A system=unix'
underscore.c:0: malformed option `-A system=aix'
make[2]: *** [underscore.o] Error 1
make[2]: Leaving directory `/home/bunger/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/bunger/objdir/gcc'
make: *** [bootstrap] Error 2
mako:~/objdir$

-------------------------------------------------------------------------------

ENVIRONMENT VARIABLES:

AUTHSTATE=compat
BASH=/usr/local/bin/bash
BASH_VERSINFO=([0]="2,00" [1]= [2]="0" [3]="1" [4]="release" [5]="rs6000-ibm-aix4.3.2.0")
BASH_VERSION='2,00.0(1)-release'
CGI_DIRECTORY=/var/docsearch/cgi-bin
COLORFGBG='0;default'
COLORTERM=rxvt
COLUMNS=80
CPLUS_INCLUDE_PATH=/home/bunger/qt/include:/home/bunger/qt/include
CVSROOT=/home/cvsuser/cvsroot
DEBUG=0
DIRSTACK=()
DISPLAY=:0.0
DOCUMENT_DIRECTORY=/usr/docsearch/html
DOCUMENT_SERVER_MACHINE_NAME=localhost
DOCUMENT_SERVER_PORT=49213
EUID=201
FVWM_MODULEDIR=/usr/local/libexec/fvwm/2.3.27
FVWM_USERDIR=/home/bunger/.fvwm
GROUPS=()
HISTFILE=/home/bunger/.bash_history
HISTFILESIZE=500
HISTSIZE=500
HOME=/home/bunger
HOST=mako
HOSTDISPLAY=mako:0.0
HOSTNAME=mako
HOSTTYPE=rs6000
IFS='
'
IMQCONFIGCL=/etc/IMNSearch/dbcshelp
IMQCONFIGSRV=/etc/IMNSearch
LANG=en_US
LC__FASTMSG=true
LD_LIBRARY_PATH=/home/bunger/qt/lib:/home/bunger/qt/lib::/usr/local/lib:/usr/local/lib
LIBRARY_PATH=/home/bunger/qt/lib:/home/bunger/qt/lib::/usr/local/lib:/usr/local/lib
LINES=24
LOCPATH=/usr/lib/nls/loc
LOGIN=bunger
LOGNAME=bunger
MACHINE=IBM-43P-260
MACHTYPE=rs6000-ibm-aix4.3.2.0
MAIL=/usr/spool/mail/bunger
MAILCHECK=60
MAILMSG='[YOU HAVE NEW MAIL]'
MANPATH='/home/bunger/qt/man:/home/bunger/qt/man:$MANPATH:/usr/local/man:/usr/local/teTeX/man:.:/usr/local/samba/man:/usr/local/samba/man'
MOZILLA_HOME=/usr/local/netscape4.77
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/en_US/%N:/usr/lib/nls/msg/%L/%N.cat:/usr/lib/nls/msg/en_US/%N.cat
ODMDIR=/etc/objrepos
OLDPWD=/home/bunger
OPTERR=1
OPTIND=1
OSTYPE=aix4.3.2.0
PATH=/home/bunger/qt/bin:/home/bunger/bin:/home/bunger/qt/bin:/home/bunger/bin:/usr/local/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/ibmcxx/bin:/usr/local/netscape4.77:/usr/local/teTeX/bin/rs6000-ibm-aix4.3.2.0:/usr/local/Geomview/bin:.:/catia1/bin:/usr/local/bin/rs6000-ibm-aix4.3.0.0:/usr/local/samba/bin:.:/usr/lpp/X11/bin:/catia1/bin:/usr/local/bin/rs6000-ibm-aix4.3.0.0:/usr/local/samba/bin:.
PIPESTATUS=([0]="0")
PPID=15004
PS1='\h:\w\$'
PS2='> '
PS4='+ '
PWD=/home/bunger/gcc-3.0
QTDIR=/home/bunger/qt
SHELL=/usr/local/bin/bash
SHELLOPTS=braceexpand:hashall:histexpand:monitor:history:interactive-comments:emacs
SHLVL=2
TERM=xterm
TZ=NFT-1DFT
UID=201
USER=bunger
WINDOWID=33554434
_=set
cd=()
{
    builtin cd $1;
    ls
}

-------------------------------------------------------------------------------

Rainer Bunger                     EADS Deutschland GmbH -- Dept. MT34
Email: rainer.bunger@m.eads.net                  Huenefeldstrasse 1-5
Phone: +49 421 538 5008                                  28199 Bremen
Fax  : +49 421 538 3481                                       Germany


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]