sparc port in bad shape (was Re: target/2573: 3.1 ICE's on solaris when compiling fftw)
Jeff Sturm
jsturm@one-point.com
Sun Dec 9 19:31:00 GMT 2001
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
More information about the Gcc
mailing list