[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OCT-files and shared libraries and clearing
From: |
Patrick Boettcher |
Subject: |
Re: OCT-files and shared libraries and clearing |
Date: |
Mon, 24 Oct 2016 09:04:45 +0200 |
On Tue, 18 Oct 2016 15:26:53 -0700
Mike Miller <address@hidden> wrote:
> On Tue, Oct 18, 2016 at 11:07:13 +0200, Patrick Boettcher wrote:
> > Hi list,
> >
> > I'm now successfully using a shared library in a .oct-file. Thanks
> > Mike.
> >
> > Calling it from octave works fine. Re-calling it after a
> > modification and recompilation works fine as well, but only for
> > the .oct-file. If the shared library has changed the loader seems
> > not to reload them.
> >
> > Is there are possibility to unload the implicitly loaded shared
> > library?
> >
> > Right now I'm restarting octave as a workaround.
>
> Does `clear -f` (aka `clear functions`) do the trick?
I'm doing `clear -a`. Will try -f, should be the same.
Thanks,
--
Patrick.