This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Tokens not displaying


Justin Luitjens <luitjens@cs.utah.edu> writes:

> I have a fresh install of Suse 10.1 with gcc 4.1.0.  For some reason
> compile errors are not displaying tokens.  Instead i'm getting
> messages like this:
> 
> test.cc: In function Ã:
> test.cc:7: error: expected `;' before à token
> 
> 
> Is there something I can do to replace the à with the actual tokens?

Try setting the environment variable LANG to C.

If you use bash:
    export LANG=C

Ian


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