From: Josep i T. <jm...@pu...> - 2004-09-20 17:07:41
|
On dl, 2004-09-20 at 18:58, Tomasv wrote: > Hi. > This is a message from mi octave start-up >=20 > _________________________________________________________________________= __ > GNU Octave, version 2.1.57 (i686-pc-linux-gnu). > Copyright (C) 2004 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'. >=20 > Additional information about Octave is available at http://www.octave.org= . >=20 > Please contribute if you find this software useful. > For more information, visit http://www.octave.org/help-wanted.html >=20 > Report bugs to <bug...@be...> (but first, please read > http://www.octave.org/bugs.html to learn how to write a helpful report). >=20 > error: > /usr/local/libexec/octave/2.1.57/site/oct/i686-pc-linux-gnu/octave-forge/= dispatch.oct > is not a valid shared library > error: `dispatch' undefined near line 2 column 1 > error: near line 2 of file > `/usr/local/share/octave/2.1.57/site/m/octave-forge/fixed//PKG_ADD' > error: source: error sourcing file > `/usr/local/share/octave/2.1.57/site/m/octave-forge/fixed//PKG_ADD' > error: near line 7 of file `/home/evalero/.octaverc' > octave:1> > _________________________________________________________________________= __ I had the same problem: I solved it by compiling both Octave and Octave-Forge using the following flags to configure: --enable-shared --disable-static I don't know exactly what they do (does static compile all liboctave statically to each oct?), but that worked... Good luck, --=20 Josep Mon=E9s i Teixidor Clau GnuPG: gpg --recv-keys 80E85CC4 |