This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g77 not functional?
- From: Pedro Manuel Augusto <augusto at uma dot pt>
- To: pete at ltoi dot iap dot physik dot tu-darmstadt dot de
- Cc: gcc at gnu dot org
- Date: Tue, 24 Sep 2002 15:54:23 +0100 (BST)
- Subject: Re: g77 not functional?
Dear Peter,
On Tue, 24 Sep 2002 pete@ltoi.iap.physik.tu-darmstadt.de wrote:
>
> 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 ...
Right on the spot! And very easy to follow instructions. The best help I
got within about a week! Now g77 is working!
Thank you all.
Regards,
Pedro