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 _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool