This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g77 not functional?
- From: pete at ltoi dot iap dot physik dot tu-darmstadt dot de
- To: Pedro Manuel Augusto <augusto at uma dot pt>
- Cc: gcc at gnu dot org
- Date: Tue, 24 Sep 2002 12:14:50 +0200 (MEST)
- Subject: Re: g77 not functional?
This error message
> [root@augusto root]# /root/test
> /root/test: error while loading shared libraries: libg2c.so.0: cannot open
> shared object file: No such file or directory
indicates, that the linux shared lib loader ld is unable to find libg2c.so.0
on your system.
update /etc/ld.so.conf & run ldconfig as root. Guess, there must be an
entry /root/gcc-3.2/lib in /etc/ld.so.conf ...
Cheers,
Peter Schorsch