dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] cscc to read C and make .exe


From: WC Jones
Subject: [Pnet-developers] cscc to read C and make .exe
Date: Thu, 6 Nov 2003 20:02:38 -0500 (EST)

Greetings  :)

I am performing various tests using Portable DotNet
(of which many have succeeded and a few have failed.)


A sample C program:

#include <stdio.h>

int main()
{
        long double a=21.;
        printf("%Lf\n",a);
        return 0;
}


I compile it using:
cscc -o sx1.exe sx1.c ; ilrun sx1.exe

should print 21.000000 put I only get Lf


What am I doing wrong here?

Thx/Bill

PS - 
I am using Solaris 9 Ultrasparc 

bash-2.05$ ilrun -D -D sx.exe
Engine Version                 : 0.6.0
Engine Flavour                 : Direct Threaded
Compiled On                    : Nov  4 2003 23:34:24 (local)
Computed Goto                  : Yes (PIC)
Fast Moves                     : None
Manual Register Allocation     : No
Garbage Collector              : Boehm
Libffi                         : Yes
Threading                      : Enabled
Monitor Implementation         : Standard
Build Profile                  : Full
Floating Points                : Enabled
Extended Numerics              : Enabled
Multi-Dimensional Arrays       : Enabled
Filesystem Access              : Enabled
Networking                     : Enabled
Internationlization            : Enabled
Debug Support                  : Enabled
PInvoke Support                : Enabled
Reflection Support             : Enabled
Appdomain Support              : Enabled
Remoting Support               : Enabled


_Sx____________________
  ('>    iudicium ferat
  //\   Have Computer -
  v_/_    Will Hack...

       \|/ ____ \|/
       "@'/ .. \`@"
       /_| \__/ |_\
          \__U_/




reply via email to

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