This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: gfortran error with libgfortran.so.3


On 11/18/2015 06:46 PM, isearcher wrote:
> hello!
> 
> Recently i compiled gcc together with gfortran. Gcc works well. When i test
> gfortran with a 'hello,world' program, Gfortran can  produce the a.out, but
> when i run ./a.out, there is an error:
> 
> ./a.out: error while loading shared libraries: libgfortran.so.3: cannot open
> shared object file: No such file or directory
> 
> Any suggestions?
> 
export LD_LIBRARY_PATH="path to where it is"

Jerry


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