help-octave
[Top][All Lists]
Advanced

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

problem with C++ API on Windows


From: mkaut
Subject: problem with C++ API on Windows
Date: Tue, 9 Aug 2011 03:11:25 -0700 (PDT)

Hello, I am trying to get a grip on the C++ API, by compiling the two examples from https://www.gnu.org/software/octave/doc/interpreter/Standalone-Programs.html

Both examples work fine on Linux, but on Windows the second one (the one that uses the Octave parser) does not work - the output is:
GCD of [10, 15] is error: feval: function `gcd' not found
invalid

I have used the Windows installer to install Octave, which gives Octave 3.2.4 with included mingw 4.4.0-dw2, building the code using mkoctfile. (With default config, the linker complains about missing "--enable-auto-import", so I have added that - but it does not work.)

Any idea how to make this work?

Thanks,
Michal


View this message in context: problem with C++ API on Windows
Sent from the Octave - General mailing list archive at Nabble.com.

reply via email to

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