Re: Error when try installing pgbench ? - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Error when try installing pgbench ?
Date
Msg-id 20050515133148.GA64279@winnie.fuhr.org
Whole thread Raw
In response to Error when try installing pgbench ?  (Andre Nas <blesets@yahoo.com.au>)
List pgsql-general
On Sun, May 15, 2005 at 07:48:53PM +1000, Andre Nas wrote:
>
> Im using source  postgresql 8.0.3 under FreeBSD and already
> install, the database is running well.
>
> I want to install a pgbench, but I can’t install it, coz an error occur.
>
> I try to “make all” in directory ~/src/interfaces/lipq/
>
> The messages are :
> . . . . .
> . . . . .
> "../../../src/Makefile.global", line 546: Need an operator
> "../../../src/Makefile.global", line 553: Missing dependency operator

Looks like you used FreeBSD's make instead of GNU make.  Install
the latter if you haven't already and use gmake instead of make.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Samer Abukhait
Date:
Subject: Named Notation for Functions' Parameteres
Next
From: Michael Fuhr
Date:
Subject: Re: function bit(integer)