> On 12/11/2012 11:10 AM, Dennis Clarke wrote: > > ps: I did try to use the wizard like incantations that have things > like --with-{gmp,mpfr,mpc}=/usr/local on the configure line, > > however that was seen as an error .. or simply not understood by > "configure" : > Bash expands {a,b}-{c,d} to "ab ac bc bd"; if you use a different > shell, > you'll have to type it out manually. saw that. Most linux people always asssume bash is the shell and it often leads to problems with piles of gnu projects. Many scripts in gnu software projects have "#! /bin/sh" in them and then proceed with bash-ness and then fail on an OS where /bin/sh really is just the bourne shell. I see it, all the time. On other fronts, any thoughts on : ../../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 gmake[3]: Leaving directory `/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou/gcc' gmake[2]: *** [all-stage2-gcc] Error 2 gmake[2]: Leaving directory `/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou' gmake[1]: *** [stage2-bubble] Error 2 gmake[1]: Leaving directory `/usr/local/build/gcc-4.7.2_sparc64-sun-solaris2.10.ebotcazou' gmake: *** [all] Error 2 ? dc