help-octave
[Top][All Lists]
Advanced

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

Re: oct file not found


From: Muhali
Subject: Re: oct file not found
Date: Tue, 16 Mar 2021 15:41:27 -0500 (CDT)

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



reply via email to

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