From help-request at octave dot org Tue Mar 1 09:46:36 2005 Subject: Re: created .oct-Files are "undefined" From: "John W. Eaton" To: brumen at hispeed dot ch cc: Stefan dot Veit at dlr dot de, help@octave.org Date: Tue, 1 Mar 2005 10:52:10 -0500 On 28-Feb-2005, Gorazd Brumen wrote: | Hi, | | I had the same errors reported. I think we need expert assistance on | this one. | | Ciao, | Gorazd | | Stefan dot Veit at dlr dot de wrote: | > Hello all together! | > | > I have the cygwin-octave 2.1.49 and I'm allowed to create .oct-Files | > with | > the "mkoctfile"-command. | > | > But if I want to run them the error: " ... undefined" comes | > in spite of this directory is contained in the load path! | > | > I even can use .m-Files that are in the same directory. | > | > Why can this octave create oct-Files but cannot use them?? I suspect that the .oct file is not being loaded correctly. Was your copy of Octave compiled with support for shared libraries and dynamic linking? Are you using the same version of g++ to compile the .oct file as was used to build Octave? If not, then it is likely that there is some incompatibility in the versions that prevents the code from loading. In any case, 2.1.49 is quite old now. The current recommended version is 2.1.66. 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 -------------------------------------------------------------