| beliavsky@aol.com 2004-06-26, 8:56 pm |
| bdavis9659@comcast.net (bud davis) wrote in message news:<73a83911.0406250426.45075074@posting.google.com>...
> gfortran binaries for i686/gnu/linux are available from:
>
> http://f77.linksysnet.com
>
> these are compiled each day from the gcc cvs repository.
>
> this should make it a little easier to try out gfortran for those who are curious.
>
>
> regards,
> bud davis
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?
|