On Wednesday 15 October 2003 13:02, plug bert wrote: > unix.o: In function `show_stats': > /home/users/admin/e2fsprogs-1.34/e2fsck/unix.c:119: > undefined reference to `ngettext'
do you have libintl.h in /usr/include somewhere? or somewhere in your include path? on my mandrake 9.1 box ngettext is declared in libintl.h and i get it from the glibc-devel-2.3.1-10mdk package. you'll also probably need the libintl-* library package installed too, but i'm not sure :). tiger -- Gerald Timothy Quimpo gquimpo*hotmail.com tiger*sni*ph http://bopolissimus.sni.ph Public Key: "gpg --keyserver pgp.mit.edu --recv-keys 672F4C78" Adding manpower to a late software project makes it later. "Brook's Law" -- 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
