This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC snapshot problem
- From: Jeff Sturm <jsturm at one-point dot com>
- To: George dot R dot Goffe at seagate dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 19 Feb 2002 14:49:48 -0500 (EST)
- Subject: Re: GCC snapshot problem
On Tue, 19 Feb 2002 George.R.Goffe@seagate.com wrote:
> I keep running into this problem. Does anyone know how to "fix" this?
The fix depends on the cause, and the cause is uncertain from your
message. So you'll have to investigate a little...
> # which gcc
> /usr/lsd/SunOS.5.8/bin/gcc
This is probably not relevant, since the newly-built compiler is used to
create target libs. That would be this one:
> checking whether the C compiler (/tmp/tools/gcc/gcc-20020218/gcc/xgcc
> -B/tmp/tools/gcc/gcc-20020218/gcc/
> -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/bin/
> -B/usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/lib/ -isystem
> /usr/lsd/SunOS.5.8/sparc-sun-solaris2.8/include -m64 -g -O2 ) works... no
Run the above compiler with -print-prog-name=as to get the
assembler...
> # which as
> /usr/lsd/SunOS.5.8/bin/as
...which may or may not be this one.
> which ld
> /usr/lsd/SunOS.5.8/bin/ld
Likewise for ld.
> configure: error: installation or configuration problem: C compiler cannot
> create executables.
Look in config.log for detailed error messages.
Jeff