Re: tag-option

2004-11-02 Thread Bob Friesenhahn
er libtool needs this tag? Recent versions of Automake automatically supply the --tag option if libtool is version 1.5 or later. If you are using Automake, you might consider using a recent version. Bob == Bob Friesenhahn [EMAIL PROTECTED] http://www.simplesystems

tag-option

2004-11-02 Thread Christoph Wellner
Hi, in our project, we mainly use C++-Code. But for speeding-up things, sometimes we need to compile assembler-code too. In the past, we used libtool 1.4.2a on debian woody. We had no problems. But with the new debian sarge, with libtool 1.5.6, we can't compile our software anymore. When I

Re: --tag-option

2004-06-25 Thread Albert Chin
On Tue, Jun 22, 2004 at 01:08:13PM +0200, Christoph_Wellner wrote: > Can anyone please tell me, how to handle --tag-option with respect to > different versions of libtool and what exactly the --tag-option is used for > or where to find information about this option. There is a &quo

--tag-option

2004-06-22 Thread Christoph_Wellner
latest version of libtool doesn't know the --tag-option anymore. The error-message is this (using version 1.5.6): /bin/sh ../../../libtool --tag=asm --mode=compile /bin/sh ../../../strip_fPIC.sh nasm -f elf mmx_overlay.asm libtool: unrecognized option `--tag=asm' Try `libtool --help&#x