Re: lt_dlopen fails on AIX

2012-08-31 Thread Michael Haubenwallner
On 08/30/12 15:29, Perry Smith wrote: > ... that you can have 32 bit objects (shared or not shared) and 64 bit > objects > in the same archive ... > You can do similar tricks with executables and loadable kernel extensions. Offtopic: How does this work with executables? > Of topic slightly

Re: lt_dlopen fails on AIX

2012-08-31 Thread Michael Haubenwallner
On 08/29/2012 11:18 AM, Brice Goglin wrote: > Hello, > > I cannot get ltdl to load plugins on AIX 6.1. I am compiling plugins > with -module -avoid-version. libtool generates a ".so" but then embeds > it inside a ".a" and it looks like it really wants me to use this ".a" > since the ".so" doesn't

Re: lt_dlopen fails on AIX

2012-08-31 Thread Perry Smith
On Aug 31, 2012, at 9:50 AM, Michael Haubenwallner wrote: > > > On 08/30/12 15:29, Perry Smith wrote: >> ... that you can have 32 bit objects (shared or not shared) and 64 bit >> objects >> in the same archive ... >> You can do similar tricks with executables and loadable kernel extensions. >