Hey, I compiled a working 4.4 version just fine with the following flags: $ gcc -v Using built-in specs. Target: i386-pc-solaris2.11 Configured with: ./configure --prefix=/opt/gcc/gcc-4.4 --with-as=/opt/gcc/binutils-2.19/bin/as --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared --with-mpfr-include=/usr/include/mpfr --with-gmp-include=/usr/include/gmp LDFLAGS=-lgmp --enable-multilib Thread model: posix gcc version 4.4.0 20090327 (prerelease) (GCC)
Before you do that, configure, compile, install binutils-2.19 with --prefix=/opt/gcc/binutils-2.19 And I assume you already have mpfr and gmp installed (via pkg in development builds) -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
