On Jan 31, 2008 12:16 PM, Randy Kao <[EMAIL PROTECTED]> wrote: > Hi All, > > Has anyone seen an issue where when running make, weird characters (i.e. > 8ú`z$`º`º8ú8Zà ) get dumped to the screen?
Perhaps your environment variables LANG, LC_ALL, etc. are configured to display a language your terminal is not prepared to handle. You could try unsetting LC_ALL and setting LANG=C to see if this changes anything. Ken
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
