Re: inherited_flags.at failure on HP-UX 10.20

2006-05-18 Thread Ralf Wildenhues
* 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, in

Re: inherited_flags.at failure on HP-UX 10.20

2006-05-18 Thread Albert Chin
On Thu, May 18, 2006 at 10:17:42AM +0200, Ralf Wildenhues wrote: > * Albert Chin wrote on Thu, May 18, 2006 at 10:11:29AM CEST: > > On Thu, May 18, 2006 at 09:53:06AM +0200, Ralf Wildenhues wrote: > > > * Albert Chin wrote on Thu, May 18, 2006 at 09:40:21AM CEST: > > > > HP-UX 10.20 uses ld rather

Re: inherited_flags.at failure on HP-UX 10.20

2006-05-18 Thread Ralf Wildenhues
* Albert Chin wrote on Thu, May 18, 2006 at 10:11:29AM CEST: > On Thu, May 18, 2006 at 09:53:06AM +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_link

Re: inherited_flags.at failure on HP-UX 10.20

2006-05-18 Thread Albert Chin
On Thu, May 18, 2006 at 09:53:06AM +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. > > Which

Re: inherited_flags.at failure on HP-UX 10.20

2006-05-18 Thread Ralf Wildenhues
Hi Albert, * 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. Which of those flags are important for HP-UX 10.20 ld? Good catch BTW

inherited_flags.at failure on HP-UX 10.20

2006-05-18 Thread Albert Chin
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. >From ltmain.sh: if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs"