help-octave
[Top][All Lists]
Advanced

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

Re: Debug loading of oct-file


From: John W. Eaton
Subject: Re: Debug loading of oct-file
Date: Mon, 07 Jan 2008 13:59:42 -0500

On  7-Jan-2008, Kim Hansen wrote:

| On Jan 7, 2008 7:31 PM, John W. Eaton <address@hidden> wrote:
| > On  7-Jan-2008, Kim Hansen wrote:
| >
| > | api-v32+
| > |
| > | I am rebuilding the cvs version of octave from scratch each night in
| > | an empty directory.
| > |
| > | But I think I have mislead you by showing the error message from
| > | octave 2.9.15, that error is not my problem, it was just a way to show
| > | that the oct-file had the correct version.
| >
| > OK, I misunderstood the problem.  I would guess that the problem is
| > that your .oct file is not linked with all the symbols it requires.
| > Does it depend on external libraries?
| 
| It depends on a lot, but they can all be found except for the octave
| libraries, but I guess that is normal.
| 
| address@hidden:~/saft-octave/solver/saft/octave/ignore/my_code$ ldd 
coin_oct.oct
|         linux-gate.so.1 =>  (0xffffe000)
|         libCbc.so.0 => /usr/lib/libCbc.so.0 (0xb7ef1000)
|         libCgl.so.0 => /usr/lib/libCgl.so.0 (0xb7e2e000)
|         libOsiClp.so.0 => /usr/lib/libOsiClp.so.0 (0xb7dfc000)
|         libOsi.so.0 => /usr/lib/libOsi.so.0 (0xb7dad000)
|         libClp.so.0 => /usr/lib/libClp.so.0 (0xb7c77000)
|         libCoinUtils.so.0 => /usr/lib/libCoinUtils.so.0 (0xb7b96000)

So this is an interface to the COIN optimization libraries?  It's
unfortunate that COIN is distributed under GPL-incompatible terms.

jwe


reply via email to

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