On 2014-04-02 at 09:14:28 +0200, Herbert Valerio Riedel wrote: > Hello *, > > I've been trying to compile GHC with Clang instead of GCC on Ubuntu, by > configuring the build with > > CC=/usr/bin/clang ./configure --with-gcc=/usr/bin/clang > > but then, 'make' runs into
[...] Just as follow-up, the problem was due to the 'clang-3.4' package included by Ubuntu Saucy[1] not being a proper 3.4 release but rather a pre-release snapshot of 3.4 which lacked an important fix[2]; After upgrading to Ubuntu Trusty which features proper clang-3.4 package, the problems went away. [1]: http://packages.ubuntu.com/saucy/clang-3.4 [2]: http://permalink.gmane.org/gmane.comp.compilers.clang.scm/76596 _______________________________________________ ghc-devs mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-devs
