Hi all, Is it possible to compile and run Haskell programs on QNX? [1] [1] http://www.qnx.com/ - Matt Munz mmm92@pantheon.yale.edu
"Matthew M. Munz" <mmm92@pantheon.yale.edu> writes:
Is it possible to compile and run Haskell programs on QNX? [1] [1] http://www.qnx.com/
From a brief glance at the QNX website, it appears to support POSIX, GNU make tools, and gcc-compatible C compilers. Thus it should be possible to get either Hugs or nhc98 up and running very quickly, maybe even straight out of the box, on all architectures.
It is also likely that ghc could be persuaded to bootstrap (with a little work) on at least PowerPC and ix86 platforms, since the native codegen for those architectures is well maintained - MIPS, SH-4, StrongARM, and Xscale would be much more of a challenge for ghc though! Regards, Malcolm
Malcom,
... Thus it should be possible to get either Hugs or nhc98 up and running very quickly, maybe even straight out of the box, on all architectures.
So it sounds like nobody has done this yet (or at least nobody on this list)? I'm very unfamiliar with QNX ATM, but perhaps when I'm acclimated, I might try to get Hugs running on it. Thanks. - Matt Quoting Malcolm Wallace <Malcolm.Wallace@cs.york.ac.uk>:
"Matthew M. Munz" <mmm92@pantheon.yale.edu> writes:
Is it possible to compile and run Haskell programs on QNX? [1] [1] http://www.qnx.com/
From a brief glance at the QNX website, it appears to support POSIX, GNU make tools, and gcc-compatible C compilers. Thus it should be possible to get either Hugs or nhc98 up and running very quickly, maybe even straight out of the box, on all architectures.
It is also likely that ghc could be persuaded to bootstrap (with a little work) on at least PowerPC and ix86 platforms, since the native codegen for those architectures is well maintained - MIPS, SH-4, StrongARM, and Xscale would be much more of a challenge for ghc though!
Regards, Malcolm _______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
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: <mmm92@pantheon.yale.edu> To: "Malcolm Wallace" <Malcolm.Wallace@cs.york.ac.uk> Cc: <haskell@haskell.org> Sent: Thursday, March 24, 2005 12:50 PM Subject: Re: [Haskell] Haskell on QNX?
Malcom,
... Thus it should be possible to get either Hugs or nhc98 up and running very quickly, maybe even straight out of the box, on all architectures.
So it sounds like nobody has done this yet (or at least nobody on this list)? I'm very unfamiliar with QNX ATM, but perhaps when I'm acclimated, I might try to get Hugs running on it. Thanks.
- Matt
Quoting Malcolm Wallace <Malcolm.Wallace@cs.york.ac.uk>:
"Matthew M. Munz" <mmm92@pantheon.yale.edu> writes:
Is it possible to compile and run Haskell programs on QNX? [1] [1] http://www.qnx.com/
From a brief glance at the QNX website, it appears to support POSIX, GNU make tools, and gcc-compatible C compilers. Thus it should be possible to get either Hugs or nhc98 up and running very quickly, maybe even straight out of the box, on all architectures.
It is also likely that ghc could be persuaded to bootstrap (with a little work) on at least PowerPC and ix86 platforms, since the native codegen for those architectures is well maintained - MIPS, SH-4, StrongARM, and Xscale would be much more of a challenge for ghc though!
Regards, Malcolm _______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
_______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
Liwen Huang wrote:
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).
It would be very helpful if you could mail the required changes. This way we could tweak the autoconf magic so Hugs can build on QNX out-of-the-box. Cheers, S.
participants (5)
-
Liwen Huang -
Malcolm Wallace -
Matthew M. Munz -
mmm92@pantheon.yale.edu -
Sven Panne