This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: sparc port in bad shape (was Re: target/2573: 3.1 ICE's onsolaris when compiling fftw)
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Cc: Craig Rodrigues <rodrigc at mediaone dot net>, gcc at gcc dot gnu dot org
- Date: Sun, 9 Dec 2001 22:23:22 -0500 (EST)
- Subject: Re: sparc port in bad shape (was Re: target/2573: 3.1 ICE's onsolaris when compiling fftw)
On Sun, 9 Dec 2001, Brad Lucier wrote:
> ../configure --with-gnu-as --with-gnu-ld ...
This isn't sufficient to find GNU as/ld.
The safest is to use "--with-as=<path> --with-ld=<path> --with-gnu-as
--with-gnu-ld" or nothing to get Solaris as/ld. (I consider this a bug.)
> checking whether the C compiler
> (/export/u3/lucier/programs/gcc/gcc-3.1/objdir/gcc/xgcc
> -B/export/u3/lucier/programs/gcc/gcc-3.1/objdir/gcc/
> -B/pkgs/gcc-2.96/sparc-sun-solaris2.8/bin/
> -B/pkgs/gcc-2.96/sparc-sun-solaris2.8/lib/ -isystem
> /pkgs/gcc-2.96/sparc-sun-solaris2.8/include -m64 -g -O2 ) works... no
What does config.log say? You may need to configure binutils for sparcv9.
The workaround is --disable-multilib to prevent building 64-bit libs.
Jeff