libtool-patches
[Top][All Lists]
Advanced

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

Re: Sync C++ linking on HEAD with branch-1-5


From: Albert Chin
Subject: Re: Sync C++ linking on HEAD with branch-1-5
Date: Wed, 9 Nov 2005 20:32:10 -0600
User-agent: Mutt/1.5.6i

On Wed, Nov 09, 2005 at 08:23:05PM -0600, Albert Chin wrote:
> On Wed, Nov 09, 2005 at 09:51:12PM +0100, Ralf Wildenhues wrote:
> > * Albert Chin wrote on Wed, Nov 09, 2005 at 05:11:09PM CET:
> > It's hpux10*|hpux11*, and hppa*64*|ia64*, and aCC|g++, right?
> 
> I can vouch for it on hpux11*, hppa*64*, and ia64*, for aCC and g++.
> We don't have hpux10* to test it on.

Documentation for the old C++ compiler on HP (aCC):
  http://docs.hp.com/en/1314/options.htm

It documents use of '-b' to create a shared library:
  http://docs.hp.com/en/1314/options.htm#option-b

>From this documentation:
  CAUTION: You must use the aCC command to link your HP aC++ programs
  and libraries. This ensures that all libraries and other files needed
  by the linker are available.

This URL also documents using aCC to create shared libraries:
  http://docs.hp.com/en/1314/libs.htm#shlib

> Want me to factor out hpux10 like we did for the cc case?

Looks like this is not needed.

Actually, looking at my patch, it only changes it for hppa*64, ia64*.
aCC, on these platforms, is always the correct method to link shared
libraries.

-- 
albert chin (address@hidden)




reply via email to

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