I think your problem may be here: ifeq ($(USE_PG72),1) You must have the USE_PG72 = 1 if you are using postgres 7.2 or later, or set = 0 if not. this is in the first several lines of the Makefile. Hope this helps, Robert Burgholzer