Recently I upgarded my libtool to 1.5.2 (slackware-current)
nad I'm n unable to compile xfs-cms anymore
following error is excerpt from
make in xfs-cmds/attr
make -C . default
make[1]: Entering directory `/usr/src/xfs-cmds/attr'
=== include ===
rm -f attr
ln -s . attr
=== libmisc ===
/usr/bin/libtool --mode=compile gcc -g -DDEBUG -funsigned-char -Wall
-I../include -DVERSION=\"2.4.15\" -DLOCALEDIR=\"/usr/share/locale\"
-DPACKAGE=\"attr\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-fno-strict-aliasing -c quote.c
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[2]: *** [quote.lo] Error 1
make[1]: *** [default] Error 2
make[1]: Leaving directory `/usr/src/xfs-cmds/attr'
make: *** [default] Error 2
|