doh - thanks! but problem persists... also I found that I was missing ko locale for make due to localepurge... I've removed it and reinstalled make. I've ran dpkg-reconfigure locales and included ko_* locales... the same luck since it works for you, I guess it most probably has to do with some configuration, but I am not sure where to look (terminal I was running it in is utf8 capable, although it should be irrelevant probably)
,---------------------------------------------------------------------------------------------------------- | $> ls -l /usr/share/locale/ko/LC_MESSAGES/make.mo | 28 -rw-r--r-- 1 root root 25548 Sep 11 16:15 /usr/share/locale/ko/LC_MESSAGES/make.mo | *$> validlocale ko_KR.utf8 | locale 'ko_KR.utf8' valid and available | $> locale -a | C | POSIX | en_DK | en_DK.iso88591 | en_DK.iso885915 | en_DK.utf8 | en_US | en_US.iso88591 | en_US.utf8 | ko_KR | ko_KR.euckr | ko_KR.utf8 | korean | korean.euc | ru_RU | ru_RU.iso88595 | ru_RU.koi8r | ru_RU.utf8 | ru_UA | ru_UA.koi8u | ru_UA.utf8 | russian | uk_UA | uk_UA.koi8u | uk_UA.utf8 | $> LC_MESSAGES=ko_KR.utf8 strace -fF -o /tmp/make.strace make ; grep locale /tmp/make.strace | make: *** No targets specified and no makefile found. Stop. | 29695 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3 | 29695 open("/usr/share/locale/locale.alias", O_RDONLY) = 6 | 29695 open("/usr/share/locale/us/LC_MESSAGES/make.mo", O_RDONLY) = -1 ENOENT (No such file or directory) | `--- ,------------------------------------- | $> apt-cache policy libc6 | libc6: | Installed: 2.3.6.ds1-12 | Candidate: 2.3.6.ds1-12 | Version table: | *** 2.3.6.ds1-12 0 | 990 file: sid/main Packages | 100 /var/lib/dpkg/status `--- -- .-. =------------------------------ /v\ ----------------------------= Keep in touch // \\ (yoh@|www.)onerussian.com Yaroslav Halchenko /( )\ ICQ#: 60653192 Linux User ^^-^^ [175555] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]