This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: compiling binutils on a HP-UX
- To: thomas dot porschberg at osp-dd dot de
- Subject: Re: compiling binutils on a HP-UX
- From: law at redhat dot com
- Date: Mon, 08 Oct 2001 02:43:29 -0600
- cc: gcc-help at gcc dot gnu dot org
- Reply-To: law at redhat dot com
In message <15297.47120.177898.932412@porschberg.osp-dd.de>you write:
> I installed a binary version from gcc.3.0.1 and binutils2.11.2 on HP-UX11.
> Then I tried to compile the binutils with gcc.3.0.1.
> I've got the error
> /opt/gcc/bin/gcc -W -Wall -g -O2 -o size size.o bucomm.o version.o filemode
> .o
> ../bfd/.libs/libbfd.a ../libiberty/libiberty.a ./../intl/libintl.a -lm
> /usr/ccs/bin/ld: Unsatisfied symbols:
> __builtin_va_start (code)
Your gcc-3.0.1 installation is broken. It's picking up hpux header files
when it should be finding its own internal header files.
jeff