Hi,

On Fri, 23 Feb 2007, Philipp Thomas wrote:

> * Richard Guenther ([EMAIL PROTECTED]) [20070220 13:37]:
> 
> > .la files necessary at runtime to make ltdlopen work should be packaged in
> > the regular library package.
> 
> AFAIR, ltdlopen happily works without .la files.

Not really.  If you call it with lt_dlopen("bla.la") it really only looks 
for the .la file.  You can use lt_dlopenext("bla") which tries to 
automatically add several extensions.  And then there are some packages 
(libgcj for instance), which try to find the .la find by hand, before 
using ltdlopen, and that breaks in hard to find ways then :-(


Ciao,
Michael.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to