[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Octave compiler
From: |
John W. Eaton |
Subject: |
Re: Octave compiler |
Date: |
Wed, 8 Sep 2004 11:42:13 -0400 |
On 8-Sep-2004, Rob Vermaas <address@hidden> wrote:
| The issue was that I wanted to be able to use existing dld-function/.oct
| files (e.g. the ones from octave, or any other in the path) without
| having to recompile them, basically. And as I was able to use them to
| link the compiled program against, I have chosen this option. What would
| be the advantages of loading them dynamically instead?
Does it always work on all systems? For example, can you link
directly to a .oct file on an OS-X or HP/UX system?
jwe