This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: sun solaris 2.6 - gnu programs do not run
- To: help-gcc at gnu dot org
- Subject: Re: sun solaris 2.6 - gnu programs do not run
- From: rie at oxpoly dot eng dot sun dot com (Rod Evans)
- Date: 1 Dec 1999 06:50:43 GMT
- Distribution: world
- Newsgroups: gnu.gcc.help
- Organization: Sun Microsystems Inc.
- References: <384297BA.746D057B@earthlink.net>
- Reply-To: rie at oxpoly dot eng dot sun dot com
- Xref: wodc7nx0 gnu.gcc.help:2028
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.