-O doesn't work with gcc-3.2?

Duncan Coutts duncan@coutts.uklinux.net
Sat, 23 Nov 2002 17:49:58 +0000


On Sat, 23 Nov 2002 06:32:11 +0200
Anatoli Tubman <anatoly12@bezeqint.net>(by way of Anatoli Tubman
<anatoly12@bezeqint.net>) wrote:

> It works without -O. I'm on stock Mandrake 9.0 system.
> 
> How do I overcome this?

You can recompile ghc from source to use gcc-2.96 which still comes with
MDK9. That's what I did.

It does take a while however and I havn't been able to get it to
configure so that it build ghci - but that's another matter.

Duncan