[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling a stand alone ...
From: |
flatmax |
Subject: |
Re: compiling a stand alone ... |
Date: |
Fri, 13 Oct 2000 18:11:47 +1100 (EST) |
A little more info ....
Here for example is the output (same output when linking against
libcruft as well):
/tmp/ccKnWbPC.o: In function `main':
/tmp/ccKnWbPC.o(.text+0x44): undefined reference to
`ColumnVector::ColumnVector(int)'
/tmp/ccKnWbPC.o: In function `MArray<double>::þMArray(void)':
/tmp/ccKnWbPC.o(.gnu.linkonce.t._._t6MArray1Zd+0x14): undefined reference to
`Array<double>::þArray(void)'
collect2: ld returned 1 exit status
On Fri, 13 Oct 2000, flatmax wrote:
> 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, 2000/10/13
- Re: compiling a stand alone ...,
flatmax <=
- 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