* 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
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
* 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
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
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
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"