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: Trouble installing gfortran


This mailing list is for development of gcc, not help using it.
Please direct questions about using or building gcc to the gcc-help
list, thanks.


On 10 January 2012 00:54, John Harper wrote:
> My little test program then compiled but wouldn't run even though the
> library said to be missing does exist. It was peresumably put somewhere
> that gfortran couldn't find it. What should I do now? Evidence:
[...]
> rimu[~]$ ./a.out
> ./a.out: error while loading shared libraries: libquadmath.so.0: cannot open
> shared object file: No such file or directory

The dynamic linker needs to know how to find the library at run time.

http://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.how_to_set_paths


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