This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: (Nearly) successful build of gcc-3.2 (C, ObjC) on sparc-sun-solaris2.7
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Carl Eugen Hoyos <ceh at cg dot tuwien dot ac dot at>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 15 Aug 2002 12:42:06 -0700
- Subject: Re: (Nearly) successful build of gcc-3.2 (C, ObjC) on sparc-sun-solaris2.7
- References: <Pine.LNX.4.33.0208152050050.707-100000@riesenhai.cg.tuwien.ac.at>
On Thu, Aug 15, 2002 at 09:01:24PM +0200, Carl Eugen Hoyos wrote:
> I built and installed gcc-3.2 (C, ObjC) on a Sun UltraSparc Workstation.
> However, to run the Objective C testsuite and also after installation, the
> following symbolic link was necessary:
> ln -s libgcc.a libgcc_s.a
>
> The testresults are in the gcc-testresults-archive:
> http://gcc.gnu.org/ml/gcc-testresults/2002-08/msg00490.html
>
> $ config.guess
> sparc-sun-solaris2.7
>
> $ gcc -v
> Reading specs from /homecg/people/ceh/solaris2.7/gcc-3.2/lib/gcc-lib/sparc-sun-solaris2.7/3.2/specs
> Configured with: ../gcc-3.2/configure --prefix=/homecg/people/ceh/solaris2.7/gcc-3.2 --with-as=/homecg/people/ceh/solaris2.7/bin/gas --with-ld=/homecg/people/ceh/solaris2.7/bin/gld --disable-multilib
> Thread model: posix
> gcc version 3.2
>
> Languages: C, ObjC
>
> $ uname -a
> SunOS HOSTNAME 5.7 Generic_106541-06 sun4u sparc
Thanks! Your message is linked from the GCC 3.2 build status list at
http://gcc.gnu.org/gcc-3.2/buildstat.html.
Janis