RE: URGENT: INFORMATION ABOUT WASH, GHC, CGI AND HSP

2003-07-22 Thread Bayley, Alistair
I just downloaded the files onto another machine and am doing the install. These are the steps I have followed, which are as per the instructions on: http://www.informatik.uni-freiburg.de/~thiemann/haskell/WASH/ Edit WASH-CGI-1.2/Makefile (set PATH_TO_ variables). Edit

threaded-rts

2003-07-22 Thread Ian Lynagh
Hi all, I've had a request for --enable-threaded-rts support in the Debian packages, but I don't want to just build with it as then HOpenGL can't be used. My hope was that I could share most files and just have a different binary or something for the threaded-rts (it would be even better if a

Re: threaded-rts

2003-07-22 Thread Wolfgang Thaller
That, along with your HSrts.o later, ties in with the files that change file size except that /usr/lib/ghc-6.0/package.conf gains a pthread in the rts extra libraries. Ah yes, I overlooked that, because it doesn't happen on Mac OS X :-). It looks like I want to make a package-threaded.conf that

GHC 6.0, Mingw32 and RTS

2003-07-22 Thread Michael Adams
I am trying to compile GHC for mingw32 (cygwin environment with -mno-cygwin compile option) but I've run into some trouble with some undefined reference errors. Can someone help me? I'm having this trouble with both version 3 and 2 of gcc, and I'm using the Windows Installer of ghc 6.0 to