help-octave
[Top][All Lists]
Advanced

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

Re: creating a standalone c++ application calling Octave


From: Michael Goffioul
Subject: Re: creating a standalone c++ application calling Octave
Date: Wed, 7 Nov 2007 21:54:32 +0100

On 11/7/07, address@hidden <address@hidden> wrote:
>
> Hi,
>
>
> I'm trying to creating a standalone c++ application calling Octave and am
> trying to  follow the example in
> http://octave.sourceforge.net/coda/c1366.html.  I'm in a windows
> environment!
>
> When  I enter
>
> mkoctfile --link-stand-alone hello.cc -o hello
>
>
> within Octave I get an error message:
>
>
> octave:9> mkoctfile --link-stand-alone hello.cc -o hello
> mkoctfile: unrecognized argument --link-stand-aloneoctave:10>
>
> Any ideas?  I can create oct files using mkoctfile with no difficulties.

Which version are you using? There used to be a bug with this
flag, where you had to use --link_stand_alone instead, but this
is (shoudl be) fixed now.

Michael.


reply via email to

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