Re: oct file not found
Muhali via Help list for GNU Octave <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
from the maintainers list: apjanke-floss wrote > That file looks like a MEX function, not an OCT-file, to me. Have you > tried compiling it with the mex() command instead of the > OCT-file-compiling command? > > What's probably happening is that you're compiling it as an OCT-file, > but it doesn't actually export OCT-file structures (because it's > structured as a MEX file instead), so when Octave tries to load it up > and call it as an OCT-file function, it gets a linkage error (and > produces a not-very-helpful error message). > > Cheers, > Andrew That solved it. I had somehow forgotten about the --mex option and created an oct-file. Thanks a lot. Muhali -- Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html