This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/2477: gcc 2.95.3 won't build on HPUX 10.2 --with-gnu-as option
- From: Norman Shelley <Norman_Shelley-RRDN60 at email dot sps dot mot dot com>
- To: rodrigc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, rrdn60 at email dot sps dot mot dot com, gcc-gnats at gcc dot gnu dot org
- Date: Mon, 07 Jan 2002 08:18:51 -0700
- Subject: Re: bootstrap/2477: gcc 2.95.3 won't build on HPUX 10.2 --with-gnu-as option
- References: <20020105063212.15939.qmail@sources.redhat.com>
rodrigc@gcc.gnu.org wrote:
> Synopsis: gcc 2.95.3 won't build on HPUX 10.2 --with-gnu-as option
>
> State-Changed-From-To: open->feedback
> State-Changed-By: rodrigc
> State-Changed-When: Fri Jan 4 22:32:11 2002
> State-Changed-Why:
> Please read the configure instructiosn at:
> http://gcc.gnu.org/install/
>
> You need to use the --with-gnu-as and --with-as=[path]
> flag to insure that you indeed using GNU binutils,
> and not the HPUX supplied assembler.
>
> Does this work for you?
Yes, it did. Looking back many months in my logfile I have written:
Flags necessary to build gcc 2.95.3 for HPUX Need --enable-shared to get
a libstdc++.sl library!!!
% ./configure --with-gnu-as --with-as=/usr/local/bin/as --enable-shared
Thanks,
>
>
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2477