On Fri, Apr 09, 2004 at 03:58:03AM -0400, Maurice Volaski wrote: > Compiling e2fsprogs-1.35 under Linux complains.... > > make[2]: Entering directory `/src/kernel/e2fsprogs-1.35/po' > : --update cs.po e2fsprogs.pot > rm -f cs.gmo && : -c --statistics -o cs.gmo cs.po > mv: cannot stat `t-cs.gmo': No such file or directory > make[2]: *** [cs.gmo] Error 1 > make[2]: Leaving directory `/src/kernel/e2fsprogs-1.35/po' > make[1]: *** [all-progs-recursive] Error 1 > make[1]: Leaving directory `/src/kernel/e2fsprogs-1.35' > make: *** [all] Error 2 Try using "configure --with-include-gettext". That should solve the problem; it's caused by your system having too old a copy of the gettext library, and automatic autoconf macros supplied by gettext aren't particularly good at handling backwards compatibility with older gettext implementations. Or you could just ignore the errors; the errors occured trying to build the translation data files, which happens at the end of the build process, and everything else important has been built. So if you don't care about seeing e2fsck messages being output in Polish or Turkish, you can just ignore the errors. :-) - Ted _______________________________________________ Ext3-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/ext3-users