Skip to content

Instantly share code, notes, and snippets.

@agrimm
Created September 13, 2009 12:33
Show Gist options
  • Save agrimm/186179 to your computer and use it in GitHub Desktop.
Save agrimm/186179 to your computer and use it in GitHub Desktop.
[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