Bug in ghc and mkdependHS scripts?

2000-05-26 Thread S. Achterop IWI-120 3932
Hello all, When installing ghc, using a locally make binary-dist, some path's in ghc-4.07 and mkdependHS scripts are given the wrong value. E.g. mkdependHS after installing: #! /usr/bin/perl $bindir='/wing6/home/sietse/ghc/ghc-4.07/bin/i386-unknown-linux';

Re: Bug in ghc and mkdependHS scripts?

2000-05-26 Thread Michael Weber
On Fri, May 26, 2000 at 09:35:20 +0200, S. Achterop IWI-120 3932 wrote: When installing ghc, using a locally make binary-dist, some path's in ghc-4.07 and mkdependHS scripts are given the wrong value. [wrong values in ghc perl driver] You did set BIN_DIST=1 in mk/build.mk or when running

RE: 4.07 branch failing to build w/ 4.06?

2000-05-26 Thread Simon Marlow
I pulled down the 4.07 branch this morning and tried to build it with 4.06. Unfortunately, I get this: ../../driver/ghc-inplace -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing -O -package-name std -static -split-objs-c PrelIOBase.lhs -o PrelIOBase.o -osuf o Warning:

Re: Bug in ghc and mkdependHS scripts?

2000-05-26 Thread S. Achterop IWI-120 3932
Michael Weber wrote: You did set BIN_DIST=1 in mk/build.mk or when running `make', didn't you? Oops, I did'nt read 4-06-notes so it seemed, sorry. I wrongly assumed "make binary-dist project=Ghc" took care of it. Thanks, Sietse

Re: Blocking I/O FIFOs

2000-05-26 Thread George Russell
Simon Marlow wrote: Grrr. This works: module Main (main) where import IO import Posix import PosixUtil import Concurrent main = do h - openFile "/tmp/fifo" ReadMode fd - handleToFd h threadWaitRead

Glasgow Parallel Haskell

2000-05-26 Thread Ben
Recently GPH was installed on my Universities beowulf cluster. PVM3 is installed (as well as Lam MPI). Ghc appears to be correctly installed; it compiles non-parallel programs fine. However when I try to compile (for example) the fibonacci function given in the documentation it fails. The file

Re: Glasgow Parallel Haskell

2000-05-26 Thread Keith Wansbrough
Recently GPH was installed on my Universities beowulf cluster. PVM3 is installed (as well as Lam MPI). Ghc appears to be correctly installed; it compiles non-parallel programs fine. However when I try to compile (for example) the fibonacci function given in the documentation it fails. [..]

Re: Glasgow Parallel Haskell

2000-05-26 Thread Ben
On Fri, May 26, 2000 at 02:32:42PM -0400, Ben wrote: Given the command: ...etc -syslib concurrent needed to be in the command line. The -parallel option still doesn't work (with or without -syslib concurrent). Without the -parallel option the compiled binary's RTS doesn't appear to have -W#