Pam Wampler <Pam_Wampler@taylorwhite.com> writes:
> root:/usr/ports/databases/postgresql7/work/postgresql-7.2.1/contrib/oid2name
> # make install
> "../../src/Makefile.global", line 38: Need an operator
> "../../src/Makefile.global", line 41: Need an operator
Are you using GNU make? That looks somewhat like the kind of errors
that the PG makefiles trigger on crufty old versions of "make". Try
"gmake install" ...
regards, tom lane