This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Native build problem with gcc-2.95.2
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Native build problem with gcc-2.95.2
- From: Fred Schoen <schoen at idi-middleware dot com>
- Date: Fri, 14 Jan 2000 15:04:59 -0500
- Organization: Information Design, Inc.
- Reply-To: schoen at idi-middleware dot com
Sir or Madam,
After running "Configure" successfully, I have an error during the "make
bootstrap" phase of building native gcc-2.95.2 on platform HP-UX
B.10.20 A 9000/712. Would you please offer your opinion? The following
is the segment of the output from "make bootstrap" where the error
occurs:
"Making all in makeinfo
make[3]: Entering directory `/big1/gnu/objdir/texinfo/makeinfo'
gcc -DHAVE_CONFIG_H -I. -I../../../gcc-2.95.2/texinfo/makeinfo -I..
-I../../../g
cc-2.95.2/texinfo/lib -I../intl -DLOCALEDIR=\"/usr/local/share/locale\"
-O2 -c
../../../gcc-2.95.2/texinfo/makeinfo/makeinfo.c
gcc -DHAVE_CONFIG_H -I. -I../../../gcc-2.95.2/texinfo/makeinfo -I..
-I../../../g
cc-2.95.2/texinfo/lib -I../intl -DLOCALEDIR=\"/usr/local/share/locale\"
-O2 -c
../../../gcc-2.95.2/texinfo/makeinfo/multi.c
gcc -O2 -o makeinfo makeinfo.o multi.o ../lib/libtxi.a
../intl/libintl.a
ld: Unsatisfied symbols:
__builtin_va_start (code)
make[3]: *** [makeinfo] Error 1
make[3]: Leaving directory `/big1/gnu/objdir/texinfo/makeinfo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/big1/gnu/objdir/texinfo'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/big1/gnu/objdir/texinfo'
make: *** [all-texinfo] Error 2 "
The missing symbol seems to be defined in libiberty/libiberty.a, but
that library is not referenced in gcc-2.95.2/texinfo/makeinfo/Makefile.
Thank you,
Fred.