help-octave
[Top][All Lists]
Advanced

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

Re: Static octave-forge


From: Paul Kienzle
Subject: Re: Static octave-forge
Date: Mon, 28 Feb 2005 00:30:44 -0500


On Feb 21, 2005, at 8:32 AM, Rafael Rodríguez Velilla wrote:

I don't know if this is the correct place to ask about octave-forge. I hope it is:

I'm trying to compile octave-forge to run with a statically linked version of octave (it seems to run much faster in my PIII-Linux than the dinamically linked version). Octave-forge doesn't seem to compile properly with the static version.

Is there some option that I should use to compile octave-forge against my static version of octave?

Short answer is I don't know.

I believe you can configure octave as follows:

        ./configure --enable-static --disable-shared --enable-dl

Octave-forge should then build and link against this and just work, but I've
never tried.  Let us know if it works.

Building octave-forge into the static octave binary is more difficult
since it involves copying or linking the C++ files into the DLD-FUNCTIONS
directory of the octave tree and modifying octave's makefile so that it
will build them there.

- Paul


-------------------------------------------------------------
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]