help-octave
[Top][All Lists]
Advanced

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

Re: standalone program under windows 7


From: Tatsuro MATSUOKA
Subject: Re: standalone program under windows 7
Date: Tue, 8 Feb 2011 09:39:46 +0900 (JST)

Hwllo

It requires path and environmental variables setting if you use mkoctfile.exe 
externally.
The easier way to do this, you execute mkoctfile inside octave

octave> cd (path where your source is placed)
octave> mkoctfile --link-stand-alone test.cc -o test

Regards

Tatsuro
--- Valmor de Almeidawrote:

> 
> Hello,
> 
> I am trying to create a standalone program example from the octave user
> manual under windows 7.
> When I do
> 
> C:\Octave\3.2.4_gcc-4.4.0\bin\mkoctfile --link-stand-alone test.cc -o test
> 
> in a DOS window I get
> 
> 'mingw32-g++-4.4.0-dw2' is not recognized as an internal or external
> command, operable program or batch file.
> 
> I installed octave in this windows 7 machine using the installer in
> 
> http://octave.sourceforge.net/
> 
> Do I also need to install cygwin in order to use mkoctfile and create an
> executable program?
> 
> Thanks,
> 
> --
> Valmor
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
> 


--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/


reply via email to

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