help-octave
[Top][All Lists]
Advanced

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

Re: Using octave libraries


From: John W. Eaton
Subject: Re: Using octave libraries
Date: Thu, 2 Nov 2000 20:19:24 -0600

On  2-Nov-2000, Andy Adler <address@hidden> wrote:

| As far as I know, you do need to link to 
| kpathsea and readline.

If you use static libraries, you probably won't have this problem.

On some systems that use shared libraries, the linker will complain
about unresolved symbols even if you don't actually need the functions
in liboctave that reference functions from the readline or kpathsearch
libraries.

One solution that might work would be to subdivide liboctave so that
the code that requires readline and kpathsearch is in a separate
library, but that hasn't been done yet.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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