libtool
[Top][All Lists]
Advanced

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

Re: libtool doesn't pass LDFLAGS to linker - Solaris 64 bit


From: Ralf Wildenhues
Subject: Re: libtool doesn't pass LDFLAGS to linker - Solaris 64 bit
Date: Tue, 17 Jan 2006 11:24:14 +0100
User-agent: Mutt/1.5.11

Hi Jaimon,

* Jaimon Jose wrote on Tue, Jan 17, 2006 at 09:37:58AM CET:
> Ralf Wildenhues wrote the following on 01/15/2006 09:51 PM:
> >* Jaimon Jose wrote on Sat, Jan 14, 2006 at 07:25:34PM CET:
> >  
> Thanks for the heads up.  Libtool-1.5.22 passes the linker flags 
> correctly. 

Good.

> I see a new problem with this.  Shared library extension is not passed 
> correctly, 'cause of which extension is missing from shared libraries.  
> ( For eg.  libname.1.1.1 )
> The problems seems to be with un-initiallized shrext_cmds variable.  
> This is initialized in link mode only if a shrext argument is found in 
> the command line.  Shouldn't this be initialized by default ( as soon as 
> you enter link mode ) with variable shrext ?  ( I tried this and that 
> seems to be solving the problem )

This is a likely indication that you have updated ltmain.sh but are not
using the new macros from libtool.m4/ltdl.m4.  aclocal likely did not
pick them up: tell it where to find them (search for `-I' or `dirlist'
in the Automake documentation).

Cheers,
Ralf




reply via email to

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