Re: lt_dlopen an uninstalled library

2021-11-23 Thread Roumen Petrov
Hi ilya, ilya Basin wrote: Hi List. I'm making a program with plugins as shared libraries and when I run `make check` I want my program to load the uninstalled plugins using lt_dlopen(). I expected that passing `-dlopen libname.la` to libtool would force the generation of a wrapper script

Re: lt_dlopen an uninstalled library

2021-11-23 Thread Bob Friesenhahn
On Mon, 22 Nov 2021, ilya Basin wrote: Hi List. I'm making a program with plugins as shared libraries and when I run `make check` I want my program to load the uninstalled plugins using lt_dlopen(). I expected that passing `-dlopen libname.la` to libtool would force the generation of a