[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
-----------------------------------------------------------------------
- mkoctfile: Problems sometimes during linking of text file, Stephen Eglen, 2000/04/19
- Re: mkoctfile: Problems sometimes during linking of text file, John W. Eaton, 2000/04/20
- Re: mkoctfile: Problems sometimes during linking of text file, Teemu Ikonen, 2000/04/20
- Re: mkoctfile: Problems sometimes during linking of text file,
Kai Habel <=
- Re: mkoctfile: Problems sometimes during linking of text file, Stef Pillaert, 2000/04/20
- Re: mkoctfile: Problems sometimes during linking of text file, John W. Eaton, 2000/04/25
- Re: mkoctfile: Problems sometimes during linking of text file, Joao Cardoso, 2000/04/26