[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
-----------------------------------------------------------------------
- compiling a stand alone ...,
flatmax <=
- Re: compiling a stand alone ..., flatmax, 2000/10/13
- Re: compiling a stand alone ..., Nimrod Mesika, 2000/10/13
- Re: compiling a stand alone ..., Andy Adler, 2000/10/13
- Re: compiling a stand alone ..., Paul Kienzle, 2000/10/14
- Re: compiling a stand alone ..., Andy Adler, 2000/10/15
- Re: compiling a stand alone ..., John W. Eaton, 2000/10/15
- Re: compiling a stand alone ..., Andy Adler, 2000/10/16
- Re: compiling a stand alone ..., John W. Eaton, 2000/10/17
- Re: compiling a stand alone ..., Paul Kienzle, 2000/10/16