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
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