This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.0.4 successful build on solaris 2.9
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: George dot R dot Goffe at seagate dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 18 Mar 2002 14:57:23 -0800
- Subject: Re: gcc 3.0.4 successful build on solaris 2.9
- References: <OF4AE3B8B3.20998005-ON88256B80.007CC861@notes.seagate.com>
On Mon, Mar 18, 2002 at 02:44:57PM -0800, George.R.Goffe@seagate.com wrote:
>
> Howdy,
>
> I built 3.0.4 with 3.0.3 and then built 3.0.4 using itself. NO binutils!!!
> 32 bit...
>
> Regards,
>
> George...
>
> gcc -v
> Reading specs from
> /usr/lsd/SunOS.5.9/bin/../lib/gcc-lib/sparc-sun-solaris2.8/3.0.4/specs
> Configured with: ../configure --prefix=/usr/lsd/SunOS.5.8 --verbose
> --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib
> --with-libiconv-path=/usr/lsd/SunOS.5.9/lib --enable-libgcj
> Thread model: posix
> gcc version 3.0.4
Does "built 3.0.4 using itself" mean that you did "make bootstrap"?
If so, I'll add this to the GCC 3.0 build status list.
What's the output of config.guess, and what should it be? It looks
like it would be "sparc-sun-solaris2.8" but should be "2.9" instead,
right?
Janis