Re: get 'libtool --tag CXX' to work

2005-12-09 Thread Ralf Wildenhues
[ see http://article.gmane.org/gmane.os.openbsd.ports/15455 ] * Marc Espie wrote on Fri, Dec 09, 2005 at 12:13:45AM CET: This includes the former --tag CXX fix, plus the part that makes --tag=disable-static --tag=disable-shared independent from other tags by delaying their effect.

Re: get 'libtool --tag CXX' to work

2005-12-09 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Wildenhues wrote: | [ see http://article.gmane.org/gmane.os.openbsd.ports/15455 ] | | * Marc Espie wrote on Fri, Dec 09, 2005 at 12:13:45AM CET: | |This includes the former --tag CXX fix, plus the part that makes |--tag=disable-static

Re: get 'libtool --tag CXX' to work

2005-12-08 Thread Marc Espie
Here's the patch I intend to commit. This includes the former --tag CXX fix, plus the part that makes --tag=disable-static --tag=disable-shared independent from other tags by delaying their effect. As far as I can tell, kde is fairly happy with this Index: Makefile

Re: get 'libtool --tag CXX' to work

2005-12-07 Thread Ralf Wildenhues
Jacob Meuser jakemsr at jakemsr.com writes: On Tue, Dec 06, 2005 at 10:27:59PM +0100, Marc Espie wrote: On Tue, Dec 06, 2005 at 09:59:19PM +0100, Marc Espie wrote: I am currently checking that at least kdelibs is happy with this diff and standard libtool, so far, so good... Thanks for

Re: get 'libtool --tag CXX' to work

2005-12-07 Thread Marc Espie
On Wed, Dec 07, 2005 at 08:45:51AM +, Ralf Wildenhues wrote: Jacob Meuser jakemsr at jakemsr.com writes: On Tue, Dec 06, 2005 at 10:27:59PM +0100, Marc Espie wrote: On Tue, Dec 06, 2005 at 09:59:19PM +0100, Marc Espie wrote: I am currently checking that at least kdelibs is happy with

Re: get 'libtool --tag CXX' to work

2005-12-07 Thread Ralf Wildenhues
* Marc Espie wrote on Tue, Dec 06, 2005 at 08:27:47PM CET: The preserve_args fragment was missing, thus the generated relink commands were bogus. I have applied this to branch-1-5. Cheers, Ralf 2005-12-07 Marc Espie [EMAIL PROTECTED] * ltmain.in: Preserve both parts of `--tag TAG',

get 'libtool --tag CXX' to work

2005-12-06 Thread Marc Espie
The preserve_args fragment was missing, thus the generated relink commands were bogus. Okay ? Index: Makefile === RCS file: /cvs/ports/devel/libtool/Makefile,v retrieving revision 1.44 diff -u -p -r1.44 Makefile --- Makefile2

Re: get 'libtool --tag CXX' to work

2005-12-06 Thread Marc Espie
On Tue, Dec 06, 2005 at 08:27:47PM +0100, Marc Espie wrote: The preserve_args fragment was missing, thus the generated relink commands were bogus. Okay ? Index: Makefile === RCS file: /cvs/ports/devel/libtool/Makefile,v

Re: get 'libtool --tag CXX' to work

2005-12-06 Thread Jacob Meuser
On Tue, Dec 06, 2005 at 08:27:47PM +0100, Marc Espie wrote: The preserve_args fragment was missing, thus the generated relink commands were bogus. Okay ? Index: Makefile === RCS file: /cvs/ports/devel/libtool/Makefile,v

Re: get 'libtool --tag CXX' to work

2005-12-06 Thread Jacob Meuser
On Tue, Dec 06, 2005 at 10:27:59PM +0100, Marc Espie wrote: On Tue, Dec 06, 2005 at 09:59:19PM +0100, Marc Espie wrote: I am currently checking that at least kdelibs is happy with this diff and standard libtool, so far, so good... Okay, this shit still does not work (well, the patch is