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]
Other format: [Raw text]

Do I have a bug?


I would like to have GNU CC.
I installed GNU Make 3.80.
I downloaded gcc-3.3.3
I configured: 
mkdir gccod
cd gccod
../gcc-3.3.3/configure --disable-nls

./config.guess
powerpc-ibm-aix5.2.0.0

Make: gmake bootstrap ran and ended with these lines, so I assume it was
O.K.:

gmake[4]: Leaving directory
`/install/gnu/gccod/powerpc-ibm-aix5.2.0.0/pthread/ppc64/libobjc'
gmake[3]: Leaving directory
`/install/gnu/gccod/powerpc-ibm-aix5.2.0.0/libobjc'
gmake[2]: Leaving directory
`/install/gnu/gccod/powerpc-ibm-aix5.2.0.0/libobjc'
gmake[1]: Leaving directory `/install/gnu/gccod'

gmake install produces:

gmake install
/bin/sh ../gcc-3.3.3/mkinstalldirs /usr/local /usr/local
gmake[1]: Entering directory `/install/gnu/gccod/gcc'
(cd intl && gmake all)
gmake[2]: Entering directory `/install/gnu/gccod/gcc/intl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/install/gnu/gccod/gcc/intl'
cc   -g -DIN_GCC     -DHAVE_CONFIG_H  -o cc1 \
        c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o
c-pragma.o c-decl.o c-typec
k.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o
c-semantics.o c-objc-common.o c-dump.o l
ibcpp.a rs6000-c.o main.o libbackend.a   ../libiberty/libiberty.a
ld: 0711-317 ERROR: Undefined symbol: .__lshrdi3
ld: 0711-317 ERROR: Undefined symbol: .__udivdi3
ld: 0711-317 ERROR: Undefined symbol: .__ashldi3
ld: 0711-317 ERROR: Undefined symbol: .__ashrdi3
ld: 0711-317 ERROR: Undefined symbol: .__moddi3
ld: 0711-317 ERROR: Undefined symbol: .__umoddi3
ld: 0711-317 ERROR: Undefined symbol: .__divdi3
ld: 0711-317 ERROR: Undefined symbol: .__floatdidf
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
gmake[1]: *** [cc1] Error 8
gmake[1]: Leaving directory `/install/gnu/gccod/gcc'
gmake: *** [install-gcc] Error 2

Thanks for ANY help.

Bob Buehler
Texas Education Agency
Systems Operation
Phone: (512) 463-9815


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