On Mon, 4 Jul 2005, R.Grasbon wrote: > > Yes. I'm sorry about that and will be given this information tomorrow. > At the moment I can say, that my host system ist a debian "sarge" with > kernel 2.6. >
Knowing debian's tendency to keep using (and patching) old versions of software, maybe it's version of gettext is too old (or identified as too old by the configure scripts). What does 'xgettext --version' show ? Personally, I think you should be ok with --disable-nls until you've installed a gettext in /tools. All you tell a package with --disable-nls (_if_ it obeys that flag, which should be true for /tools) is to not install the message catalogues. For a temporary system, that really doesn't matter. By the time you get to chroot you want everything in place to install documentation in the new system, which is why we install gettext and texinfo during chapter 5. Ken -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
