bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: xgettext output nothing


From: Bruno Haible
Subject: Re: xgettext output nothing
Date: Wed, 9 Mar 2011 22:04:05 +0100
User-agent: KMail/1.9.9

Hi,

> $ xgettext hello.c --keyword=_ -o messages.po
> 
> When I do this, I got a not empty file :
> ...
> Is it a correct way to use xgettext like this ?

Yes, on most systems this is all right. On some platforms, though, you need
to mentions the options before the non-options, like this:

  $ xgettext --keyword=_ -o messages.po hello.c

Bruno
-- 
In memoriam Otto Freundlich <http://en.wikipedia.org/wiki/Otto_Freundlich>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]