On 04 February 2005 12:23, Christian Maeder wrote:

> I've installed ghc-6.3.20050202-i386-unknown-linux.tar.bz2 only to
> find out that gcc-3.4.1 seems to be hard-wired into this ghc:
> 
> ghc-6.3.20050202: could not execute: gcc-3.4.1
> 
> Why is this so. Do I need to install from sources? My current gcc
> version is:
> 
> gcc (GCC) 3.3.1 (SuSE Linux)

This is because we currently configure the nightly builds to use
gcc-3.4.1, and unfortunately that gets baked into the GHC binary.  You
can compile from source to get around this.  The STABLE snapshots don't
have this problem.

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to