> Hello again, > I changed my GCC from 4.4.2 to 3.4.3 and it worked! > Here's my ./configure options: > > ./configure --prefix=/usr/gnu --with-pic > --enable-shared --with-gnu-ld > --with-ld=/usr/ccs/bin/ld --with-as > --with-as=/usr/sfw/bin/gas > > Does anyone know *why* this would work? > Thanks!
I have the same issue as you. Like you, using an older gcc worked. I also find that using a gcc 4.5 snapshot (gcc-4.5-20100114) worked for me. However, I'm not using al the options you are. Your options seems strange, as you have --with-gnu-ld and -with-ld=/usr/ccs/bin/ld. The linker at /usr/ccs/bin/ld should be the Sun one, not the GNU one. So that is very likely to confuse things. Dave -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
