This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Gcc and message catalogs


Philipp Thomas <pthomas@suse.de> writes:

> To me that indicates that these variables are missing from the environment
> that gcc passes on. Zack, Geoff, does one of you know where in the sources I
> could check to see if this holds true?

gcc is supposed to pass the full environment.  It uses execv() to call
the subprocess.

The easiest way to check that I can think of is to replace cc1 with a shell
script that just does 'echo $LANG'.
-- 
- Geoffrey Keating <geoffk@geoffk.org>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]