Thread: Error when try installing pgbench ?

Error when try installing pgbench ?

From
Andre Nas
Date:

Hello …

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

"../../../src/Makefile.global", line 554: Missing dependency operator

"/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 29: Need an operator

"/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 31: Need an operator

"/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 33: Need an operator

"/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 38: Need an operator

"/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 40: Need an operator

Error expanding embedded variable.

 

Any body can help me J

Sorry Im newbie

Thanks

 



Find local movie times and trailers on Yahoo! Movies.

Re: Error when try installing pgbench ?

From
Tomaz Borstnar
Date:
you need to use gmake perhaps?