
Since I haven't gotten any further answers I'm trying my luck again… Does anyone have an idea how I can get the llvm backend to work? My configuration is: Mac OS X 10.7.4 XCode 4.3.3 (with Command Line Tools installed) Haskell Platform 2012.2.0.0 32 bit llvm (via Homebrew) Oliver
Probably the official package from llvm.org unless you use something like macports or homebrew. They should install under /usr/local.
So I went with homebrew which I think installs everything under /usr/local by default. Now I get:
--- Configuring dph-examples-0.6.1.3...
/var/folders/57/rjs423s5227dnc8rh_2rp4jh0000gn/T/95011.c:1:0: internal compiler error: Illegal instruction: 4 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://developer.apple.com/bugreporter for instructions. cabal: Error: some packages failed to install: dph-examples-0.6.1.3 failed during the configure step. The exception was: ExitFailure 1 ---
What's wrong?
Oliver