On 02/11/2010 11:59 AM, Dr. David Kirkby wrote: > > Can anyone suggest how I can build gcc on Solaris so it does not need > LD_LIBRARY_PATH set and compile-time and run-time? > > What more can I possibly try? Build gmp and mpfr as *static* libraries. Use the configure argument --disable-shared for both. Andrew.