* Albert Chin wrote on Thu, May 18, 2006 at 10:28:02AM CEST: > On Thu, May 18, 2006 at 10:17:42AM +0200, Ralf Wildenhues wrote: > > > > * Albert Chin wrote on Thu, May 18, 2006 at 09:40:21AM CEST: > > > > > HP-UX 10.20 uses ld rather than cc to create shared libraries. Because > > > > > of this, inherited_linker_flags in a *.la file is not added to the > > > > > link line.
> > Currently the list of inherited linker flags is > > -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe > > and stuff matching *.ltframework. > > > > Which of these flags, if any, matters to HP-UX ld? > > None. Good. Then let's not do anything about this issue right now. We can still worry when we have a case. I could think of one, e.g. if we decide to add ABI flags like -m64, -64 there: but then already you have to make distinctions between compiler and linker, so the proposed scheme would break rather hard. Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool