Bug
Tim Prince
tprince@computer.org
Thu May 19 03:42:00 GMT 2005
On Wednesday 18 May 2005 20:04, abasak@apsara.barc.ernet.in wrote:
> Hi,
> I tried to compile and run a fortran90 program with an earlier version of
> gfortran. I get the following message when running the compiled program:
>
> feappv: error while loading shared libraries: libgfortran.so.0: cannot open
> shared object file: No such file or directory
>
> I made a link (.lnk) file to gfortran in the bin file. My program has to be
> compiled with a makefile, abd the alias does not work in makefiles. Will
> the current version of gfortran fix my problem?
>
No, particularly if your problem is that you don't want to use the system
provided by your OS for locating shared libraries. In linux, for example,
you may add the library directories you require to the LD_LIBRARY_PATH
environment variable.
> Also the link for installing gfortran current version does not seem to
> work.
unlikely to give anyone any information. I've had no difficulty with
ftp://gcc.gnu.org/pub/gcc/snapshots/LATEST-4.x You probably have something
else in mind, but I don't care to guess.
>
--
Tim Prince
More information about the Fortran
mailing list