This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

(Nearly) successful build of gcc-3.2 (C, ObjC) on sparc-sun-solaris2.7


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

Carl Eugen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]