This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: successfully built and installed GNU gcc 3.0.3
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Adam_Gordon at amsinc dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 26 Dec 2001 11:44:43 -0800
- Subject: Re: successfully built and installed GNU gcc 3.0.3
- References: <85256B2E.00572973.00@ams-central-gate-5a.amsinc.com>
On Wed, Dec 26, 2001 at 08:56:09AM -0700, Adam_Gordon@amsinc.com wrote:
[snip]
> On Mon, Dec 24, 2001 at 03:25:19PM -0700, Adam_Gordon@amsinc.com wrote:
> >
> >
> > After many hours of tinkering with different build settings and packages I
> wound
> > up rebuilding the entire package (several times, hence all the different
> > reconfigurations below) with the '--with-gnu-as' tag as displayed below and
> > everything worked fine. All of the problems I had were due to the HP-UX
> server
> > using the incorrect assembler at times, so I removed the /usr/ccs/bin and
> > /usr/ccs/lib from my PATH and SHLIB_PATH and rebuilt the GNU binutils, placing
> > them in my $HOME/bin directory, and after placing this directory first in my
> > PATH, the build worked and tested fine.
> >
> > The GNU binutils were downloaded not from ftp.gnu.org, but rather
> > http://hpux.cs.utah.edu
> >
> > Here's the output again:
> >
> > $ config.guess
> > hppa2.0w-hp-hpux11.00
> >
> > $ gcc -v
> > Reading specs from /u/agordon/lib/gcc-lib/hppa2.0w-hp-hpux11.00/3.0.3/specs
> > Configured with: ./configure --prefix=/u/agordon --enable-packages=c
> > --without-gnu-as : (reconfigured) ./configure --prefix=/u/agordon
> > --enable-packages=c --with-gnu-as : (reconfigured) ./configure
> > --prefix=/u/agordon --with-gnu-as
> > Thread model: single
> > gcc version 3.0.3
> >
> > Hope this result is better.
Thanks, I've changed the entry from "Mostly successful" to "Successful" and
changed the link to your latest message with the additional information.
Janis