Created
September 13, 2009 12:33
-
-
Save agrimm/186179 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[agrimm@computer_name ghc]$ ./configure --enable-shared --prefix=/usr/local | |
configure: WARNING: unrecognized options: --enable-shared | |
checking for gfind... no | |
checking for find... /usr/bin/find | |
checking for sort... /bin/sort | |
checking for GHC version date... inferred 6.11.20090912 | |
checking for ghc... /usr/local/bin/ghc | |
checking version of ghc... 6.11.20090907 | |
configure: error: | |
/usr/local/bin/ghc is a development snapshot of GHC, version 6.11.20090907. | |
Bootstrapping using this version of GHC is not supported, and may not | |
work. Use --enable-bootstrap-with-devel-snapshot to try it anyway, | |
or --with-ghc to specify a different GHC to use. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment