[Haskell] RE: ANNOUNCE: GHC version 6.4
Simon Marlow
simonmar at microsoft.com
Tue Mar 15 06:43:55 EST 2005
On 15 March 2005 00:46, Sebastian Sylvan wrote:
> I'm having trouble building this.
> I download the source, go to my source dir and run ./configure (which
> seems to run to completion without problems), then I run make and get
> the following:
>
> ....
> "./mk/config.mk", line 554: Need an operator
> "./mk/config.mk", line 554: Need an operator
> .....
> Error expanding embedded variable
>
> This is on freeBSD 5.3
You need to use 'gmake' (GNU make).
Cheers,
Simon
More information about the Glasgow-haskell-users
mailing list