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/ ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@xxxxxxxxxxxxxx)