2009/12/4 Lluís Batlle <viriketo@xxxxxxxxx>: > Hello Karel, > > 2009/12/4 Karel Zak <kzak@xxxxxxxxxx>: >> ./configure && make ... with your setting. > This stage requires pkgconfig (to check for gtk-doc) now. > 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) make[4]: *** [devno.lo] Error 1 make[4]: Leaving directory `/tmp/nix-build-pk1xj5w73wcdn76gd8i7ddr1jmx5hm4g-util-linux-ng-2.16.2-armv5tel-unknown-linux-uclibceabi.drv-0/util-linux-ng/shlibs/blkid/src' That looks like a simple C error. Regards, Lluís. -- 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