Henrik Carlqvist <[EMAIL PROTECTED]> wrote: > If you have a file libnetcdf.a and that file contains the function > nf_close_ it might help to put that .a file in a directory pointed to with > the switch -L.
Probably not. The error here is about a missing function, not a missing library. ld is finding all the libraries it was told to include, but none of those libraries have this function. Greg, your best bet is to get help from whoever wrote the program you're trying to build. paul _______________________________________________ help-gnu-utils mailing list help-gnu-utils@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-utils