Re: statics, dlclose, and libstdc++

2001-02-10 Thread Michael Matz
Hi, On Fri, 9 Feb 2001, Wesley W. Terpstra wrote: > > I was trying to write a php4 module. It gets dlopened and dlclosed. I am > using c++. When the module gets dlclosed in apache it segfaults. I assume > (from what I've been reading) that this is because I have a couple static > variables in fu

statics, dlclose, and libstdc++

2001-02-09 Thread Wesley W. Terpstra
Hi, I understand there are some problems with C++ under libtool. I believe I've run into them and was hoping to get a complete explanation so that I can figure out how to work around these problems. So, some things I've noticed: linking a c++ library with libtool does not link to stdc++ linking a