Re: [Haskell-cafe] Dread __DISCARD__

2005-09-19 Thread Arthur van Leeuwen
On 17-sep-2005, at 18:14, Wolfgang Thaller wrote: I'm on Mac OS 10.4.2, using ghc 6.4 (from the haskell.org .dmg) and gcc 4.0.0. Other wxHaskell programs (the samples and my own experiments) compile without tripping over this. GHC 6.4 is incompatible with gcc 4.0.0 when -O or -via-C is

Re: [Haskell-cafe] Dread __DISCARD__

2005-09-19 Thread Bernard Pope
On Sat, 2005-09-17 at 04:55 -0400, Steven Elkins wrote: On 9/17/05, Kenneth Hoste [EMAIL PROTECTED] wrote: Can you tell us where you got bjpop-ray ? I wrote my own raytracer in Haskell, and would like to check this one out too... http://www.cs.mu.oz.au/~bjpop/code.html Don't expect

Re: [Haskell-cafe] Dread __DISCARD__

2005-09-17 Thread Kenneth Hoste
Steven Elkins wrote: Hello everyone, I'm a Haskell newbie trying out various programs from the web. I'm trying to compile one called bjpop-ray (from Bernie Pope, I think) and I hit this at link-time: snip Can you tell us where you got bjpop-ray ? I wrote my own raytracer in Haskell, and

Re: [Haskell-cafe] Dread __DISCARD__

2005-09-17 Thread Steven Elkins
On 9/17/05, Kenneth Hoste [EMAIL PROTECTED] wrote: Can you tell us where you got bjpop-ray ? I wrote my own raytracer in Haskell, and would like to check this one out too... http://www.cs.mu.oz.au/~bjpop/code.html Please let me know whether you run into __DISCARD__. Thanks, Steve

[Haskell-cafe] Dread __DISCARD__

2005-09-17 Thread Wolfgang Thaller
I'm on Mac OS 10.4.2, using ghc 6.4 (from the haskell.org .dmg) and gcc 4.0.0. Other wxHaskell programs (the samples and my own experiments) compile without tripping over this. GHC 6.4 is incompatible with gcc 4.0.0 when -O or -via-C is used. You can work around this problem by either not

[Haskell-cafe] Dread __DISCARD__

2005-09-16 Thread Steven Elkins
Hello everyone, I'm a Haskell newbie trying out various programs from the web. I'm trying to compile one called bjpop-ray (from Bernie Pope, I think) and I hit this at link-time: ghc --make -O0 -package wx Main.hs -o bjpop-ray Chasing modules from: Main.hs Skipping Data (