help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make problem


From: Paul Jarc
Subject: Re: make problem
Date: Mon, 25 Sep 2006 17:46:37 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]