Borre van Doorninck wrote on 20-03-08 01:07: > rm -f ru.gmo && : -c --statistics -o ru.gmo ru.po
The -c --statistics part it would seem should be parameters to msgfmt, I think. However, apparently that program was not found by some configure process, and hence was replaced by the shell builtin ':' command, which does nothing but exit 0 (see 'help :'). That in itself should be noted. Having said that, I wouldn't worry about it too much. bjd -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
