Alexander Indenbaum wrote: > Hi list, > > I was wondering if anyone already mastered this annoying gcc 4.0 > misfeature. The problem is that standard FC4 ( and higher ??? ) gcc > compiler outputs â in warnings and errors. For instance: > warning: format â expects type â, but argument 3 has type â > > So any thoughts? Your LC_CTYPE (or LANG) are incorrectly set. The most likely reason is that you have LANG=he_IL.UTF-8 (or en_US.UTF-8), but your terminal is not UTF.
Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. Have you backed up today's work? http://www.lingnu.com/backup.html ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
