[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: incorrect path to locales? (might be rc)



On Wed, Feb 28, 2007 at 10:39:25AM -0500, Yaroslav Halchenko wrote:
> ,------------------------------------------------------------------------------------------------
> | *$> LC_MESSAGES=ko strace -fF -o /tmp/make.strace make
> | make: *** No targets specified and no makefile found.  Stop.

  that's because ko is not a valid locale specifier.

    $ LC_MESSAGES=ko_KR.utf8 make
    make: *** 타겟이 지정되지 않았고 메이크파일이 없습니다.  멈춤.


  You can get valid locale specifier that work on your system with
locale -a.

-- 
·O·  Pierre Habouzit
··O                                                madcoder@debian.org
OOO                                                http://www.madism.org

Attachment: pgpkPyHilA5fK.pgp
Description: PGP signature


Reply to: