help-octave
[Top][All Lists]
Advanced

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

Re: Is it possible to compile code?


From: Tom Holroyd
Subject: Re: Is it possible to compile code?
Date: Mon, 26 Feb 2007 21:13:01 -0500 (EST)

I need to know if it is possible to create dynamic libraries from octave
sources. I.e. I have a little function and I can use some kind of compiler to
create a .o file from it that I can later use from a C program.

There's no compiler, but you could theoretically link with liboctave, though I wouldn't. You're talking about the situation where you have a pile of .m files and you want to call them from straight C? Fork an octave process.

Tom Holroyd, Ph.D.
We experience the world not as it is, but as we expect it to be.


reply via email to

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