This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Tokens not displaying
- From: Justin Luitjens <luitjens at cs dot utah dot edu>
- To: gcc-help at gcc dot gnu dot org
- Date: Sat, 26 Aug 2006 15:19:22 -0600
- Subject: Tokens not displaying
Hi,
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?
Thanks