"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.
|