Re: [Haskell] Haskell on QNX?

2005-03-24 Thread Liwen Huang
I have successfully installed Hugs on QNX machine. As far as I can remember, you only need to make a few changes in the Makefile, (change gcc to qcc and change to proper qcc flags). Liwen - Original Message - From: [EMAIL PROTECTED] To: Malcolm Wallace [EMAIL PROTECTED] Cc:

Re: GreenCard (How to Marshell Int64)

2003-12-12 Thread Liwen Huang
- Original Message - From: Axel Simon [EMAIL PROTECTED] To: Liwen Huang [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, December 12, 2003 8:50 AM Subject: Re: GreenCard (How to Marshell Int64) On Thu, Dec 11, 2003 at 08:55:25PM -0500, Liwen Huang wrote: Hello: I am

GreenCard (How to Marshell Int64)

2003-12-11 Thread Liwen Huang
Hello: I am using GreenCard to import some C code into Haskell. The code I want to import uses "long" in a lot of places. I tried to write my own DIS for it andIalso write a very simple test program. However,the DIS does not workproperly. My program and test result are as following: