On Fri, Dec 04, 2009 at 05:19:19PM +0100, Lluís Batlle wrote: > > I get an error regarding the libtool version. I'm using libtool 2.2.6b. > > .... > > /bin/sh ../libtool --tag=CC --mode=link > > armv5tel-unknown-linux-uclibceabi-gcc -std=gnu99 -fsigned-char -g -O2 > > -o mkfs mkfs.o > > libtool: Version mismatch error. This is libtool 2.2.6, but the > > libtool: definition of this LT_INIT comes from libtool 2.2.6b. > > libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 > > libtool: and run autoconf again. > > I went on this problem with help from a friend, who told me to run > "autoreconf -vfi", and the problem on libtool versions disappeared. > > Nevertheless, I hit a C error: > > >libtool: compile: armv5tel-unknown-linux-uclibceabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -include ../../../config.h -I../../../include -DLOCALEDIR=\"/nix/store/p00jqcc66hy64ki3mijjnqx6x5asmk78-util-linux-ng-2.16.2-armv5tel-unknown-linux-uclibceabi/share/locale\" -I../../../shlibs/blkid/src -I../../../shlibs/blkid/src -I../../../shlibs/uuid/src -fsigned-char -g -O2 -c devno.c -fPIC -DPIC -o .libs/devno.o > devno.c: In function 'blkid_fstatat': > devno.c:102: error: 'name' undeclared (first use in this function) > devno.c:102: error: (Each undeclared identifier is reported only once > devno.c:102: error: for each function it appears in.) > devno.c:103: error: 'path' undeclared (first use in this function) Good catch. Fixed. It's fist time when someone is trying to compile against libc without fstatat(). Please, "git pull" and try it again. Karel -- Karel Zak <kzak@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html