Hi, On Sun, 5 May 2002, Joe Krahn wrote:
> If I make a shared library with my own _init and _fini > function, is there a possibility of problems from the > system's built-in _init/_fini functions not being > called? If it's a C++ library, no static constructors or destructors would be called, so yes, this would be a problem. If you don't care for C++, it _might_ work. You need to test on the platforms you care about. Of course you already know, that _fini and _init are ELF. Ciao, Michael. _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool