libtool
[Top][All Lists]
Advanced

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

Re: libtool:compile: unable to infer tagged configuration


From: Ralf Wildenhues
Subject: Re: libtool:compile: unable to infer tagged configuration
Date: Fri, 3 Jul 2009 14:49:47 +0200
User-agent: Mutt/1.5.20 (2009-06-15)

Hello,

* booleandomain wrote on Fri, Jul 03, 2009 at 12:53:41PM CEST:
> I'm trying to compile attr-2.4.43 (downloaded from
> ftp://oss.sgi.com/projects/xfs/cmd_tars/).

> /usr/bin/libtool --mode=compile gcc -g -O2 -DDEBUG -funsigned-char
> -fno-strict-aliasing -Wall -DVERSION=\"2.4.43\"
> -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include 
> -D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64   -c quote.c
> libtool: compile: unable to infer tagged configuration
> libtool: compile: specify a tag with `--tag'

> How can i fix this error?

By passing --tag=CC to libtool invocations.  You can probably edit the
Makefile(s), or inputs from this project, or simply rerun configure with
something like
  ./configure LIBTOOL='/usr/bin/libtool --tag=CC'

if the project uses only C code, and if it uses the $LIBTOOL variable
for this.

Please report upstream (to the attr developers) that --tag should be
used for compilation and linking.

Cheers,
Ralf




reply via email to

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