[Bug driver/27314] ld can't find libgfortran.so.1 on x86-64

dr dot johan at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Apr 26 17:20:00 GMT 2006



------- Comment #4 from dr dot johan at gmail dot com  2006-04-26 17:20 -------
ld was trying to load libgfortran.so from $PREFIX/lib, not from $PREFIX/lib64.
When linked with -Wl,-rpath,$PREFIX/lib64, libgfortran.so was found at runtime.

So no bug, just inexperience with gfortran on x86-64 on my side. I guess the
libraries in $PREFIX/lib are 32 bit?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27314



More information about the Gcc-bugs mailing list