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]

Re: Help ! hppa1.1-hp-hpux10.20 install problem masquerades as GNATS PR fortran/2193


  In message <3AE5F328.78421CF2@moene.indiv.nluug.nl>you write:
  > > 
  > >                       /usr/ccs/bin/ld: Unsatisfied symbols:
  > >                       __builtin_va_start (code)
  > >                       collect2: ld returned 1 exit status
  > >                       *** Error exit code 1
  > > 
  > >                       Stop.
  > >                       *** Error exit code 1
  > > 
  > >                       Stop.
  > 
  > I'm lost - I've never ever seen a HPUX box ...  Is it impossible to use
  > the system's `ld' with gcc-2.95.2 ?  *Is* /usr/ccs/bin/ld the system's
  > "standard" `ld' ?  Or does this problem originate elsewhere ?
It's likely HPUX make lameness -- it insists on rebuilding things even when 
it's
not necessary.  Because of the 3-staging process this can cause trouble.

The other alternative is that they're picking up the wrong varargs.h or 
stdarg.h.

My recommendation would be to install gnu-make first, then restart the CGC
installation process.
jeff


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