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

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

Re: make problem


From: Henrik Carlqvist
Subject: Re: make problem
Date: Mon, 25 Sep 2006 23:38:39 +0200
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

gmarkowsky@gmail.com wrote:

> So when I see that error, is it safe to assume
> that libnetcdf.so should live in the directory following the -L?

The flag -L points to libraries which are staticaly linked to your
application. Those libraries are usually named *.a. Dynamically linked
libraries (*.so) are linked with your application at runtime and can be
pointed to by the environment variable LD_LIBRARY_PATH.

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.

regards Henrik
-- 
The address in the header is only to prevent spam. My real address is:
hc8(at)uthyres.com Examples of addresses which go to spammers:
root@variousus.net root@localhost



reply via email to

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