LT_INIT pic-only not setting --with-pic

2010-10-10 Thread Luke Mewburn
Hi, I'm using libtool (and the other autotools) to build an installed static library (which I don't want it as a shared library), which I link into various other applications. I sometimes need to link this static library into a dynamic object, such as a python module, and so we need the static

Re: pic-only option not working as expected

2011-01-23 Thread Luke Mewburn
On Sat, Jan 22, 2011 at 12:42:33PM -0700, John Calcote wrote: | While looking for a solution, I found this thread (from Oct 2010) on the | libtool mailing list: | |http://www.mail-archive.com/libtool@gnu.org/msg12408.html | | Because this thread is so recent, I'm wondering if

Re: lt_dlopen an uninstalled library

2021-11-22 Thread Luke Mewburn
On 21-11-22 23:33, 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