Hi,

On Fri, 25 Aug 2000 [EMAIL PROTECTED] wrote:
> has anyone managed to get static constructors working using the libtool
> ml-branch and automake (1.4) and would be able to give me some hints? I
> am woking on linux, with gcc2.95.2.

We use the ML-branch for KDE, and our libs use static objects, so we have
that working. What exactly are your problems? Note, that in connection
with dlopen() and especially dlclose() static objects have may issues
(e.g. all crashes right away, when there is a static object local to a
function, they all must be in the file scope; there are more serious
failures with dlclose). But normal shared libs loaded on application start
should just work.


Ciao,
Michael. 

Reply via email to