[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OCT-files and (other) shared libraries
From: |
Patrick Boettcher |
Subject: |
Re: OCT-files and (other) shared libraries |
Date: |
Tue, 18 Oct 2016 08:25:47 +0200 |
On Mon, 17 Oct 2016 11:13:41 -0700
Mike Miller <address@hidden> wrote:
> > What do I need to do to have octave load the dependency?
>
> With what you have given, it sounds like you are doing everything
> right.
>
> If Octave had actually been unable to open the shared library, the
> error would have been something like this
>
> error: file.oct: failed to load: libsomething.so: cannot open
> shared object file: No such file or directory
>
> So it is more likely that the library was found and opened correctly,
> but the symbol in question was not resolved in the library correctly.
>
> What is the library and what is the symbol name?
Yep. You're right, it was a missing symbol. Nothing more, nothing less.
Thanks for reviewing my process and putting me in the right direction.
regards,
--
Patrick.