[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error upon startup of Octave 2.1.57 after installing O-forge
From: |
Dmitri A. Sergatskov |
Subject: |
Re: Error upon startup of Octave 2.1.57 after installing O-forge |
Date: |
Thu, 23 Sep 2004 10:45:29 -0600 |
User-agent: |
Mozilla Thunderbird 0.8 (X11/20040913) |
address@hidden wrote:
/usr/lib/gcc_s.so.1 is not the old 2.95.3-gcc_s, but the 3.4.0-one,
despite it residing in the standard system directory. Anything
/usr/local/gcc-like is 3.4.0, the rest is 2.95.3.
Octave does not seem to be able to load dispatch.oct.
I do not really know what is going on here, but I am suspicious of the fact
that you have mixed 2.95.3 and 3.4.0 system. I do not think those are
binary comapatible (i.e. libraries compiled with one will not link with
another one). So that might be your problem.
You can also do ldd dispatch oct, e.g. (your path to this file may be
different):
ldd
/usr/local/libexec/octave/2.1.57/site/oct/i686-pc-linux-gnu/octave-forge/dispatch.oct
And see if octave and dispatch use the same c and c++ libraries (libgcc,
libstdc++ ...).
Kind regards,
Maarten
Sincerely,
Dmitri.
-------------------------------------------------------------
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
-------------------------------------------------------------