I tried sending these to libtool patches, but it's been four days and
the moderator still hasn't allowed them to be posted, so I'll try here.
There are two patches; the next one will follow.
Having wrestled with libtool for a few days, I've found a number of
additional fixes needed for opera
Oops. Missed a few in that last patch:
2002-05-03 Charles Wilson <[EMAIL PROTECTED]>
* tests/pdemo-inst.test: use hell_static instead
of hell.static
* tests/pdemo-exec.test: ditto
--Chuck
Index: pdemo-exec.test
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, s