This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
latest CVS and HP-UX 11.00
- To: gcc at gcc dot gnu dot org
- Subject: latest CVS and HP-UX 11.00
- From: Albert Chin-A-Young <china at thewrittenword dot com>
- Date: Thu, 8 Jun 2000 22:43:44 -0500
make[2]: Entering directory `/opt/build/gcc-2.96/objdir/gcc'
cc -DIN_GCC -g -DHAVE_CONFIG_H -o cpp cppmain.o \
intl.o libcpp.a obstack.o alloca.o ./intl/libintl.a
../libiberty/libiberty.a
/usr/ccs/bin/ld: Unsatisfied symbols:
__udivdi3 (code)
__ashldi3 (code)
__divdi3 (code)
__main (code)
__umoddi3 (code)
__lshrdi3 (code)
__moddi3 (code)
__ashrdi3 (code)
gmake[2]: *** [cpp] Error 1
gmake[2]: Leaving directory `/opt/build/gcc-2.96/objdir/gcc'
gmake[1]: *** [all-gcc] Error 2
gmake[1]: Leaving directory `/opt/build/gcc-2.96/objdir'
gmake: *** [bootstrap] Error 2
I am building as follows:
CC=cc ./configure --enable-haifa --with-gnu-as --prefix=<blah> \
--with-local-prefix=<blah>
and using the commercial HP C compiler.
--
albert chin (china@thewrittenword.com)