------- Comment #22 from lidaobing at gmail dot com  2008-05-03 14:46 -------
Created an attachment (id=15572)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15572&action=view)
check_po log for all .mo files in debian gcc-4.3-locales package

debian gcc-4.3-locales version is 4.3.0-3

and I use following command to generate the log file

for f in `dpkg -L gcc-4.3-locales | grep gcc-4.3.mo`; do echo $f; msgunfmt $f >
1.po; ./check_po 1.po; echo; done > check_po.log


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36103

Reply via email to