help-octave
[Top][All Lists]
Advanced

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

Re: Standalone C++-programs using liboctave


From: Berk Geveci
Subject: Re: Standalone C++-programs using liboctave
Date: Fri, 01 Jun 2001 15:44:45 -0400

        I have used the octave library that way before. The
        difficulty is that octave depends on  libraries
        some of which are part of the build process and some
        of which are not. I would take a look at the makefile 
        and search for the libraries the executable is linked against. 
        If you have trouble figuring it out from the makefile, just rebuild
        octave and check the line which  builds the executable.

        Berk

Sven Marnach wrote:
> 
> Hello!
> 
> I wish to write a C++ program using the octave C++ classes.  I tried
> statically linking simple test program with liboctave.a.  The linker
> complained lots of unsolved references, though nm reported these
> symbols defined in liboctave.a.  (I even recompiled liboctave.a)
> 
> I'm using the potatoe i386 release of debian.  (Compiler g++ 2.95.2,
> octave 2.0.16)
> 
> Does anyone know a solution to this problem?  Are there any examples
> of C++ programs using loboctave?  (Or isn't that the way liboctave is
> meant to be used?)
> 
> Thanks,
> Sven
> Heidelberg, Germany
> 
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
> 
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:  http://www.octave.org/funding.html
> Subscription information:  http://www.octave.org/archive.html
> -------------------------------------------------------------



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

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



reply via email to

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