help-octave
[Top][All Lists]
Advanced

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

compiling a stand alone ...


From: flatmax
Subject: compiling a stand alone ...
Date: Fri, 13 Oct 2000 16:28:28 +1100 (EST)

Here is a stand alone program I would like to compile.
If possible I would prefer to not use mkoctfile, as I am embedding this in
a much much larger program...... any methods ?

thank you
Matt

______________________ BEGIN FILE octaveTest.cc ________________________
/* To Compile (please help here): g++ octaveTest.cc -loctave -o octaveTest
*/
#include <octave/oct.h>

main(){
ColumnVector dx (3);
}

___________________ END FILE ocaveTest.cc _________________________



-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

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