Quoting plug bert <[EMAIL PROTECTED]>: > i tried to compile e2fsprogs-1.34 on an rh 6.2 box; i > got the ff messages while running make: > > ======================================================= > unix.o: In function `show_stats': > /home/users/admin/e2fsprogs-1.34/e2fsck/unix.c:119: > undefined reference to `ngettext'
You need to install the gettext package to provide "internationalization" support. Or you can disable this when you do "./configure" PManalastas -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
