Hello Tommi, * Tommi Mäkitalo wrote on Mon, Dec 18, 2006 at 12:43:27AM CET: > > I'm not sure, if this a problem automake or autoconf. I use both in my > projects.
If you use Libtool in your project, then it's a Libtool bug. If you don't, then the answer to your issue is (hopefully) that you should use Libtool. > I have a C++-library, I would like to build on AIX with xlC_r. When linking > the library on AIX I have t use makeC++-SharedLib_r instead of the compiler. > Otherwise the static initializers are not called. > > How can I specify this? Or better: how can I fix my buildsystem, so that it > uses it automatically when needed? Shouldn't libtool recognize it? Ah, so you already use Libtool. Could you prepare a small test case to expose the issue, and send it to bug-libtool? Thank you. Cheers, Ralf
