Changes between Version 26 and Version 27 of WikiStart
- Timestamp:
- Jun 10, 2011, 2:11:30 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v26 v27 25 25 26 26 == Frequently Asked Questions (FAQ) == 27 Q. When building repa-examples, GHC complains: 27 Q: GHC complains: `ghc.exe: could not execute opt` what's up with that? [[br]] 28 A: `opt` is the LLVM optimiser. You need to install [http://llvm.org/ LLVM]. 28 29 29 `ghc.exe: could not execute opt` 30 31 what's up with that? 32 33 A. `opt` is the LLVM optimiser. You need to install [http://llvm.org/ LLVM]. 30 Q: Where do I ask further questions? [[br]] 31 A: Ask on [http://stackoverflow.com/search?q=repa Stack Overflow], or send a message to `repa@ouroborus.net` if that doesn't help. 34 32 35 33 == Report a bug ==