This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How can I avoid the dreaded "cannot compute suffix of object files"?


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.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]