|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] help[f77 complier error]
|
On Wed, 24 Nov 2004 cuitao@2000.cug.edu.cn wrote:
> me a help? The problem is: If I use g77 on unix, i get the following
> message. If i want to run the program: ld.so.1: a.out: fatal: libg2c.so.0:
> open failed: No such file or directory.
> My OS is sun solaris8 and the complier is gcc3.4.2 which I install it
> recently. Maybe there is not the libg2c.so.0, but I find it in the
> /usr/local/lib.How can I solve this problem?
If you are using Solaris8 or higher, you should be able to fix by using
information from here: http://www.gunfleet.com/solaris/crle1.htm
If this does not work, you could just copy libg2c.so.0 to
/usr/lib.
# cp /usr/local/lib/libg2c* /usr/lib
Try and let us know.
ep
--
Brian Epstein <ep@epiary.org>
Key fingerprint = F9C8 A715 933E 6A64 C220 482B 02CF B6C8 DB7F 41B4
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|