If you do a 'locate libgfortran.so' you should be able to find where the
library is installed.
The path where the library is should either get set in your environment (via
LD_LIBRARY_PATH environment variable), or set it somehow in the Makefile or
for linking using the '-L/path/to/library' option with the compiler options.
~Eric
On Tue, Jun 15, 2010 at 11:23 AM, Bill Ross <ross.cgl.ucsf.edu> wrote:
> > /usr/bin/ld: cannot find -lgfortran
>
> This says that the 'ld' program doesn't know about the -lgfortran
> flag. It may imply a bad install of gfortran. Also the script making
> the call should be sanity checked.
>
> Bill
>
> _______________________________________________
> AMBER mailing list
> AMBER.ambermd.org
> http://lists.ambermd.org/mailman/listinfo/amber
>
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Jun 15 2010 - 12:00:03 PDT