Re: ghc fails hello world on ppc

2003-12-11 Thread Wolfgang Thaller
I forgot to say that the version is 6.0.1. So... can anyone else reproduce this? Is there a stable version of the compiler which I should be using instead? Is there anything I can do to help fix this bug? I've been playing around with PPC Linux a bit on the weekend, and I can't reproduce the

Re: ghc fails hello world on ppc

2003-12-11 Thread frederik
I forgot to say that the version is 6.0.1. So... can anyone else reproduce this? Is there a stable version of the compiler which I should be using instead? Is there anything I can do to help fix this bug? I've been playing around with PPC Linux a bit on the weekend, and I can't reproduce

RE: ghc fails hello world on ppc

2003-12-10 Thread Simon Marlow
I forgot to say that the version is 6.0.1. So... can anyone else reproduce this? Is there a stable version of the compiler which I should be using instead? Is there anything I can do to help fix this bug? [EMAIL PROTECTED] writes: $ uname -a Linux fly 2.4.19-quiet #10 Tue Jan 12

Re: ghc fails hello world on ppc

2003-12-10 Thread Wolfgang Thaller
I forgot to say that the version is 6.0.1. So... can anyone else reproduce this? Is there a stable version of the compiler which I should be using instead? Is there anything I can do to help fix this bug? I've been playing around with PPC Linux a bit on the weekend, and I can't reproduce

Re: ghc fails hello world on ppc

2003-12-10 Thread frederik
I forgot to say that the version is 6.0.1. So... can anyone else reproduce this? Is there a stable version of the compiler which I should be using instead? Is there anything I can do to help fix this bug? [EMAIL PROTECTED] writes: $ uname -a Linux fly 2.4.19-quiet #10 Tue Jan 12 17:02:50 PST

ghc fails hello world on ppc

2003-12-03 Thread frederik
$ uname -a Linux fly 2.4.19-quiet #10 Tue Jan 12 17:02:50 PST 1904 ppc GNU/Linux $ cat test.hs main = do putStr hello\n putStr world\n $ ghc --make test.hs ./a.out Chasing modules from: test.hs Compiling Main ( test.hs, ./test.o ) Linking ... world