This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gcc and message catalogs
- To: Philipp Thomas <pthomas at suse dot de>
- Subject: Re: Gcc and message catalogs
- From: Geoff Keating <geoffk at geoffk dot org>
- Date: 14 Nov 2000 10:20:13 -0800
- CC: gcc at gcc dot gnu dot org
- References: <Pine.SOL.4.21.0011141824390.26364-100000@muppet17.cs.chalmers.se> <20001114191057.E4084@Jeffreys.suse.de>
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>