Ian Lynagh wrote:
> We are pleased to announce the first release candidate for GHC 6.10.2:
> 
>     http://www.haskell.org/ghc/dist/6.10.2-rc1/

Under Solaris grep does not understand "-q" in configure:

checkMake380() {
    if $1 --version 2>&1 | head -1 | grep -q 'GNU Make 3\.80'

it fails with:

grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .

C.

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to