help-octave
[Top][All Lists]
Advanced

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

Re: mkoctfile: Problems sometimes during linking of text file


From: Kai Habel
Subject: Re: mkoctfile: Problems sometimes during linking of text file
Date: Thu, 20 Apr 2000 16:28:02 +0200


Teemu Ikonen schrieb:

> So does this mean I can define multiple dynamically linked functions in
> single source (or .oct) file? How can I load functions which have
> different names than the .oct file?
> 
Hello Teemu,

just create a symbolic link to your oct-file.

Example:
Your sourcefile "foo.cc" contains the DLD-functions "one" and "two".
compile foo.cc
and make the links
one.oct -> foo.oct
two.oct -> foo.oct

HTH

Bye Kai



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

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



reply via email to

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