help-octave
[Top][All Lists]
Advanced

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

Re: how to complie cpp and c code in octave?


From: Bill Denney
Subject: Re: how to complie cpp and c code in octave?
Date: Mon, 04 Sep 2006 22:02:17 -0400
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

frank wang wrote:
Can anyone tell me how can I complie the existing cpp or c code in octave? Currently, I can compile these code in Matlab by using mex command. However, octave cannot load the command, so I think that I need to recompile them.
Most of the mex language has recently been implemented in octave. If you get the most recent version of the development tree (2.9.8), you should be able to compile it with

mkoctfile --mex filename.c

Or something similar.

Bill


reply via email to

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