bug-libtool
[Top][All Lists]
Advanced

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

libtool HEAD & KCC/Linux


From: Dirk Mueller
Subject: libtool HEAD & KCC/Linux
Date: Fri, 19 Oct 2001 16:21:51 +0200
User-agent: Mutt/1.3.22.1i

Hi, 

There are several issues when trying to use libtool HEAD with KCC/Linux (or 
any other libtool version).

- it doesn't include $linker_flags in the archive cmd, therefore necessary
  flags like --thread_safe and others are not passed down to KCC, causing
  the linking to fail. I think this is just a typo. 

- if you try to link a DSO with -avoid-version, the final "mv" fails in the 
  archive command, because source and target are identical (there is no 
  suffix to strip from ".so"). I added a test to omit the mv if source
  and final are identical. I have no idea if my way of doing it
  is the portable way, although I'd like to find out. Anyway, you get the 
  idea. 


below the diff, please apply. There are a few more issues I have to sort out
then :)


Dirk




Attachment: libtool.patch
Description: Text document


reply via email to

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