> on this behalf I have a question: in all incarnations > of Opensolaris > I've seen so far gcc still tries to use Sun's as and > ld instead of > gas and gld, that obviously are subtly incompatible > with gcc. Why?
You should not use GNU ld if possible. Anyway, with a stock OpenSolaris 2008.05 install and the gcc-dev package installed, you should be able to compile it fine. My configure command line looks like this (excluding super-optimized CFLAGS) : ./configure --prefix=/usr --disable-libcdio --disable-vidix-internal --disable-vidix-external Regards, -mg -- This message posted from opensolaris.org _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
