Re: [Mingw-w64-public] printf %f format does not work to print doubles/floats

2011-04-27 Thread Little
pectedly (I guess), like: > > ge=8.125e-008 (f) > ge=8.125e-008 > fe=0.00 (f) > fe=0.00 > ee=8.125000e-008 > gd=1.6125e-007 (d) > > I first suspected about the mingw_printf changes in the trunk, but the > code doesn't make use of them. Hmm. Can't

Re: [Mingw-w64-public] Cannot #include

2008-05-18 Thread J. Little
On 5/18/08, Sisyphus <[EMAIL PROTECTED]> wrote: > Hi, > > C:\>type try.c > #include > > int main(void) { >return 1; > } > This should be no problem. Maybe you did not properly set the environments. I use different source that already has mthread (openmp). For example, C:\temp\c>more a.c #in