I’m trying to compile fileutils statically, without nls. I used the commands: ------------------------------------------ ./configure --disable-nls make LDFLAGS=-static ------------------------------------------
The configure command gives no errors, but when I run make I get this error output: ------------------------------------------ ... Making all in src make[2]: Entering directory `/mnt/linux2/root/originals/fileutils-4.0/src' gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DSHAREDIR=\"/usr/local/share\" - DHAVE_CONFIG_H -I.. -I. -I../lib -I../intl -D_FILE_OFFSET_BITS=64 -g -O2 -c dircolors.c dircolors.c:40:15: macro "strndup" requires 2 arguments, but only 1 given make[2]: *** [dircolors.o] Error 1 make[2]: Leaving directory `/mnt/linux2/root/originals/fileutils-4.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/linux2/root/originals/fileutils-4.0' make: *** [all-recursive-am] Error 2 ------------------------------------------ Fileutils is version 4.0 and I’m running Mandrake 8.0. I read the README file and the INSTALL file, but no luck. I’ve also searched google, but no luck there either. I even opened the dircolors.c and had a lock inside, but as the hopeless C programmer I am, I didn’t understand much. If anyone could give me a pointer to how I could solve this problem that would be greatly appreciated. -- Get your firstname@lastname email for FREE at http://Nameplanet.com/?su _______________________________________________ Bug-fileutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-fileutils