help-octave
[Top][All Lists]
Advanced

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

Re: tcl octave interface part II


From: John W. Eaton
Subject: Re: tcl octave interface part II
Date: Wed, 10 Dec 2003 13:50:58 -0600

On 10-Dec-2003, address@hidden <address@hidden> wrote:

| I solved it. Simply 'mkoctfile listen.cc' was not creating the other oct
| needed,  send.oct.  I  copied  listen.cc  to send.cc and compiled it. It
| wasn't supposed for mkoctfile to also create the other oct? Is it really
| possible  to have various functions on a same cc file?... How to compile
| it?

If listen.cc contains DEFUNs for both listen and send, then try this:

  mkoctfile listen.cc
  ln listen.oct send.oct

jwe



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