automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: use makeC++SharedLib or makeC++SharedLib_r on AIX


From: Ralf Wildenhues
Subject: Re: use makeC++SharedLib or makeC++SharedLib_r on AIX
Date: Mon, 18 Dec 2006 08:38:20 +0100
User-agent: Mutt/1.5.13 (2006-11-01)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]