For Programmers: Free Programming Magazines  


Home > Archive > Fortran > June 2004 > Re: gfortran daily binaries









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: gfortran daily binaries
Steven G. Kargl

2004-06-26, 8:56 pm

In article <3064b51d.0406261208.1fe0c0ec@posting.google.com>,
beliavsky@aol.com writes:
> bdavis9659@comcast.net (bud davis) wrote in message news:<73a83911.0406250426.45075074@posting.google.com>...
>
> Thanks for posting a binary and the installation instructions. Let me
> ask what is probably a Linux newbie question.
>
> I downloaded and uncompressed the binary. When I issue the command
>
> /tmp/gfortran/bin/gfortran hello.f90
>
> I get the error message
>
> /home/myname/bin/irun/bin/../libexec/gcc/i686-pc-linux-gnu/3.5.0/f951:
> error while loading shared libraries: libgmp.so.3: cannot open shared
> object file: No such file or directory .
>
> What should I do?


Do you have the GMP library installed on your system? It typically
is in /usr/local/lib. If it is in some other location you may
be able to use the LD_LIBRARY_PATCH environmental variable or -rpath.
If libgmp.so.3 does not exist, then you'll need to install a copy.

--
Steve
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com