http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46516
Summary: gfortran-trunk: error: libgfortran.spec: No such file or directory Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver AssignedTo: unassig...@gcc.gnu.org ReportedBy: joost.vandevond...@pci.uzh.ch For my build, new trunk fails to compile anything like this: > gfortran-trunk -v t.f90 Driving: gfortran-trunk -v t.f90 -l gfortran -l m -shared-libgcc -specs=libgfortran.spec Using built-in specs. Reading specs from libgfortran.spec gfortran-trunk: error: libgfortran.spec: No such file or directory The spec file, however is installed as part of the build: /data/vondele/gcc_bench/gcc_trunk/build/lib64/libgfortran.spec and that directory is also in the path, if it matters. > echo $LD_LIBRARY_PATH /data/vondele/gcc_bench/libs/:/data/vondele/gcc_bench/mkl:/data/vondele/gcc_bench/gcc_trunk/build/lib64:/data/vondele/gcc_bench/gcc_trunk/build/lib:/usr/lib64/mpi/gcc/openmpi/lib64