bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: thousands separator


From: Gary Ashburn
Subject: Re: thousands separator
Date: Mon, 06 Jul 2009 18:20:25 -0400

   ~/thoussep> rm a.exe
   ~/thoussep> gcc -mno-cygwin thoussep.c
   ~/thoussep> a.exe
   decimal_point = .
   thousands_sep = ,
   grouping; = ?                               --- this pasted as a question
   mark but displayed on screen as a little heart
   int_curr_symbol; =
   currency_symbol =
   mon_decimal_point =
   mon_thousands_sep =
   mon_grouping =
   positive_sign =
   negative_sign =
   ~/thoussep>
   At 03:54 PM 7/6/2009, Eli Zaretskii wrote:

     > Date: Mon, 06 Jul 2009 20:52:40 +0300
     > From: Aharon Robbins <address@hidden>
     > Cc: address@hidden
     >
     > Hi.  Try this program and let us know what you get.
     >
     > I suspect that if you compile it with cygwin that it will work; it
     > would be a better test to compile with djgpp or whatever the gnuwin32
     > project uses.
     The Cygwin compiler can produce MinGW (i.e. native Windows) programs,
     if invoked with the -mno-cygwin switch.  The binary will then use the
     Windows runtime instead of cygwin1.dll.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]