Configuring in directories with spaces fails in ghc6.4
Simon Marlow
simonmar at microsoft.com
Wed Feb 23 08:57:51 EST 2005
On 22 February 2005 14:35, Malcolm Wallace wrote:
> However, it could be worthwhile halting with an error message.
>
> case `pwd` in
> *' '*)
> echo "Error: nhc98 will not build in a directory with spaces
> anywhere" echo " in the full pathname."
> echo "Suggestion: move the build tree somewhere else."
> exit 1 ;;
> esac
Good idea, done.
Simon
More information about the Glasgow-haskell-users
mailing list