From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | Andre Nas <blesets(at)yahoo(dot)com(dot)au> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Error when try installing pgbench ? |
Date: | 2005-05-15 13:31:48 |
Message-ID: | 20050515133148.GA64279@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 cant 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/
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Fuhr | 2005-05-15 13:51:36 | Re: function bit(integer) |
Previous Message | Samer Abukhait | 2005-05-15 11:59:00 | Named Notation for Functions' Parameteres |