This is the mail archive of the gcc-help@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]

Re: compiling binutils on a HP-UX


  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


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