This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Help ! hppa1.1-hp-hpux10.20 install problem masquerades as GNATS PR fortran/2193
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Subject: Re: Help ! hppa1.1-hp-hpux10.20 install problem masquerades as GNATS PR fortran/2193
- From: law at redhat dot com
- Date: Tue, 24 Apr 2001 16:34:31 -0700
- cc: gcc-bugs at gcc dot gnu dot org, Michele Schwob <e_schwob at hadassah dot org dot il>
- Reply-To: law at redhat dot com
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