panic in ghc5.02.3

2002-04-10 Thread George Russell
(This is on sparc-solaris) # /usr/local/pub-bkb/ghc/ghc-latest/bin/ghc --make resources/GUIValue.hs resources/Colour.hs -fglasgow-exts ghc-5.02.3: chasing modules from: resources/GUIValue.hs,resources/Colour.hs Compiling GUIValue ( resources/GUIValue.hs, resources/GUIValue.o )

Re: panic in ghc5.02.3

2002-04-10 Thread Volker Stolz
In local.glasgow-haskell-bugs, you wrote: (This is on sparc-solaris) # /usr/local/pub-bkb/ghc/ghc-latest/bin/ghc --make resources/GUIValue.hs resources/Colour.hs -fglasgow-exts ghc-5.02.3: chasing modules from: resources/GUIValue.hs,resources/Colour.hs Compiling GUIValue (

Re: panic in ghc5.02.3

2002-04-10 Thread George Russell
George Russell wrote: [snip] Personally I suspect multi-parameter type-classes [snip] I've changed my mind and now think it's because GHC was upset it couldn't find the .hi file for GUIValue.hs in a directory on the import list. (Of course it shouldn't be, it should know where the .hi file is,

Re: Cannot build 5.02.2 on Solaris 2.7

2002-04-10 Thread Martin Dorr
Simon Marlow wrote: I've just finished building 5.02.3 on sparc-solaris, and didn't get any core dumps, so there must be something different about your setup. What version of gcc are you using? What version of GHC are you bootstrapping with? $ gcc -v Reading specs from

RE: panic in ghc5.02.3

2002-04-10 Thread Simon Marlow
[Everything on Linux-x86] Maybe you're heading in the wrong direction: stolz@kastor:~/test/resources $HC5 --make -fglasgow-exts *.hs ghc-5.03: chasing modules from: Colour.hs,GUIValue.hs Compiling GUIValue ( GUIValue.hs, ./GUIValue.o ) Compiling Colour ( Colour.hs,

Re: panic in ghc5.02.3

2002-04-10 Thread George Russell
Simon Marlow wrote: George Russell wrote: [snip] Personally I suspect multi-parameter type-classes [snip] I've changed my mind and now think it's because GHC was upset it couldn't find the .hi file for GUIValue.hs in a directory on the import list. (Of course it shouldn't be,