http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46516
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fxcoudert at gcc dot | |gnu.org --- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-11-17 07:22:40 UTC --- As work around, you can add -L /data/vondele/gcc_bench/gcc_trunk/build/lib64 to the compilation. The question is: Why doesn't it work for you but for others? Can you do some debugging? The file is searched for in passed "-L" via gcc/fortran/gfortranspec.c's find_spec_file which is called by lang_specific_driver.