This is the mail archive of the gcc@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]
Other format: [Raw text]

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


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