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]

Re: sun solaris 2.6 - gnu programs do not run


In article 746D057B@earthlink.net, "C. Kumar" <kumarc@earthlink.net> writes:
> We have a solaris machine with solaris 2.6. Whenever we try to run
> programns like make I get the folowing message.
> 
> make: fata: libc.so.1: version 'SUNW_1.18' not found (required by file
> make)
> Killed

Seems your make was built on a machine offering libc.so.1 with the SUNW_1.18
interface definition, and this interface isn't available on your 2.6
machine.  2.6 machines I've looked at only provide libc.so.1's SUNW_1.17
interface.  Use pvs(1) to inspect your application and libraries.


> We have another solaris machine with 2.6 and with identicl libc.so.1
> where the same programs work.

Is it identical?  check with pvs(1).

Rod.



---

Rod.



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