> On Mon, Nov 12, 2012 at 8:10 AM, Dennis Clarke <dclarke@xxxxxxxxxxxxx> > wrote: > > > > > /usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/./prev-gcc/g++ > -B/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/./prev-gcc/ > -B/usr/local/gcc4/sparc64-sun-solaris2.10/bin/ -nostdinc++ > -B/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/src/.libs > -B/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/libsupc++/.libs > -I/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/include/sparc64-sun-solaris2.10 > -I/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/include > -I/usr/local/build/gcc-4.7.2/libstdc++-v3/libsupc++ > -L/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/src/.libs > -L/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/prev-sparc64-sun-solaris2.10/libstdc++-v3/libsupc++/.libs > -c > > -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wno-narrowing > -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic > -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings > -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.7.2/gcc -I../../gcc-4.7.2/gcc/. > -I../../gcc-4.7.2/gcc/../include -I./../intl > -I../../gcc-4.7.2/gcc/../libcpp/include -I/usr/local/include > -I/usr/local/include -I/usr/local/include > -I../../gcc-4.7.2/gcc/../libdecnumber > -I../../gcc-4.7.2/gcc/../libdecnumber/dpd -I../libdecnumber > -I/usr/local/include:/opt/csw/gcc4/include > ../../gcc-4.7.2/gcc/pretty-print.c -o pretty-print.o > > ../../gcc-4.7.2/gcc/pretty-print.c: In function 'const char* > identifier_to_locale(const char*)': > > ../../gcc-4.7.2/gcc/pretty-print.c:954:28: error: invalid conversion > from 'char**' to 'const char**' [-fpermissive] > > gmake[3]: *** [pretty-print.o] Error 1 > > > Looks a lot like http://gcc.gnu.org/PR49794 , although that is said to > have been fixed in 4.7. Other than that I don't know, but it may > suggest the people to talk to. * sigh * After all this struggle just to get to a bootstrap I am stopped by a bug. In a released GCC version no less. Welcome to Solaris ... a rapidly shrinking market share OS where not much seems to work anymore. [ end of whine ] I'll reach out to Rainer and see what he thinks. Maybe I need to bootstrap a 4.6 version and then maybe try to bootstrap 4.7 with that. Or revert back to Solaris 8 which always seemsed to work well. Thanks for the pointers. Dennis