This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: After considerable effort...
On Thu, Oct 04, 2001 at 06:08:24PM +0200, Andreas Schwab wrote:
> Zack Weinberg <zack@codesourcery.com> writes:
>
> |> On Thu, Oct 04, 2001 at 10:36:07AM +0200, Andreas Schwab wrote:
> |> > Zack Weinberg <zack@codesourcery.com> writes:
> |> >
> |> > |> ... beating of head against wall, grepping libc sources, and finally
> |> > |> giving up and using a hex editor on the binary:
> |> > |>
> |> > |> WTF is the name of the environment variable that controls where
> |> > |> gettext looks for its .mo files? LOCPATH and NLSPATH don't work.
> |> >
> |> > There is none. The directory is determined by bindtextdomain, otherwise
> |> > the compiled in default is used.
> |>
> |> Then why is there none?
>
> Perhaps there is no need for one.
If there were no need for one, I would not have spent hours trying to
find one, would I have? How do you suggest I test message translation
with an un-installed cc1 binary?
zw