[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:11 Dec 2004 17:35:05 -0000 
Subject:Re: how do I access f77 libraries on linux (for lapack and blas)? 
From:Tim Prince 
Volume-ID: 

"Aaron Sloman" <axs@cs.bham.ac.uk> wrote in message
news:cpf7ad$rul$1@soapbox.cs.bham.ac.uk...
>
>
> I have now noticed that there is a file
>
>     /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/f771
>
> moreover
>
>     strings    /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/f771 | grep wsfe
>
> produces
>     s_wsfe
>     e_wsfe
>
> ...
>
> Maybe someone understands my question better than I do and can suggest
> a way to access that f771 file.
The way f771 is accessed is by running g77.  If you run
'g77 -print-search-dirs' you should see the library search path used by g77,
which should include the corresponding libg2c.so.
'ldd f771' likewise should show which .so are used by it.