On Mon, Jan 02, 2006 at 02:22:34AM -0500, John V. Belmonte wrote:
> Package: libtool
> Version: 1.5.22-1
> Severity: normal
> 
> In a clean sid environment, running libtool with "--mode=link" causes the
> following message to be output on sterr:
> 
>     /usr/bin/libtool: line 606: --: command not found
> 
> Other than that, operation still seems correct.

Please show the whole command line.  I can reproduce this if for
instance I use "gcc-4.0" instead of gcc or cc.  I then get:
$ libtool --mode=link gcc-4.0 tst.c -o tst
/usr/bin/libtool: line 606: --: command not found
libtool: link: unable to infer tagged configuration
libtool: link: specify a tag with `--tag'

Adding a --tag=CC fixes my problem:
$libtool --mode=link --tag=CC gcc-4.0 tst.c -o tst
gcc-4.0 tst.c -o tst

Normally using gcc also fixes the problem:
$libtool --mode=link gcc tst.c -o tst
gcc tst.c -o tst


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to