help-octave
[Top][All Lists]
Advanced

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

shared weirdness


From: John W. Eaton
Subject: shared weirdness
Date: Thu, 2 Oct 2003 23:07:50 -0500

On 30-Sep-2003, Ben Sapp <address@hidden> wrote:

| I had run octave-2.1.40 on cygwin for some time.  Recently, I upgraded to 
| 2.1.50.   I built both 2.1.40 and  2.1.50 to use shared libraries so I 
| could use mkoctfile.   Now, when I run octave-2.1.50 I get the following:
| 
| $ octave-2.1.50
| GNU Octave, version 2.1.40 (i686-pc-cygwin).
| Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 John W. Eaton.
| This is free software; see the source code for copying conditions.
| There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or
| FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.
| 
| Please contribute if you find this software useful.
| For more information, visit http://www.octave.org/help-wanted.html
| 
| Report bugs to <address@hidden>.
| 
| octave-2.1.50:1> version
| ans = 2.1.40
| octave-2.1.50:2>
| 
| --------------------------------------------------------------------------
| 
| LD_LIBRARY_PATH is not set and the usual Linux tools like ldd are not 
| available.  Any ideas what I did wrong?  Any ideas on the solution?

It looks like you are getting the old libraries.  Did you install the
new version?  What configure opations did you use?  The default is now
to enable rpath, so by default, Octave will ignore LD_LIBRARY_PATH and
look for shared libraries in $(octlibdir), default value is
/usr/local/lib/octave-VERSION.

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]