asura, Configured with: ./configure --prefix=/opt/gcc/gcc-4.4 --with-as=/usr/local/src/usr/sfw/bin/gas --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
I made multiple attempts to compile this code but fails in the last stage linking against gmp. I used the 4.3.2 compiler mentioned above. My configure looked like ./configure --prefix=/opt/gcc/gcc-4.4 --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared --with-mpfr-include=/opt/sfw/include --with-gmp-include=/opt/sfw/include LDFLAGS=-lgmp My luck to get a 4.x.x compiler on opensolaris with a non 3.4.3 linker has proved frustrating and much harder than this should be. Why isn't there a newer version in the packages??? -- This message posted from opensolaris.org