This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc binaries for Solaris 2.5
- From: "Ken Hickey" <khickey at northernradar dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Fri, 29 Jun 2007 13:53:24 -0330
- Subject: gcc binaries for Solaris 2.5
- Reply-to: <khickey at northernradar dot com>
Hi,
I downloaded the precompiled version of gcc ,
gcc-2.95.3-sol25-sparc-local.gz , installed it with 'pkgadd' and eveything
seemed OK. However, when I
tried to compile the gcc source with this from the file gcc-2.95.3.tar.gz ,
the output from the configure command started out OK but there was a
compilation
error that ended with the following three lines:
ld: fatal: file values -Xa.o: cannot open file; errno = 2
*** The command 'gcc -o conftest -g -02 conftest.c' failed
*** You must set the environment variable CC to a working compiler
Has anyone seen this before?
Ken