[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: standalone applications
From: |
Etienne Grossmann |
Subject: |
Re: standalone applications |
Date: |
Wed, 3 May 2000 16:32:20 GMT |
Hello,
in the octave-2.1.19 source tree, I could put a 'scratch' directory, in
which I put your 'scratch.cc' file, and I could compile it with :
address@hidden: g++ -I ../liboctave/ -c scratch.cc
address@hidden: g++ scratch.o -L. -L../liboctave/ -L../libcruft/ -L../kpathsea/
-L../readline/ -loctave -lcruft -lf2c -lkpathsea -lreadline -o scratch
Do you have a running octave? From binary or source?
Cheers,
Etienne
-----------------------------------------------------------------------
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
-----------------------------------------------------------------------