Re: Compile problem with contrib/tablefunc 7.4.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Murray Bryant" <Murray(dot)Bryant(at)harmonygold(dot)com(dot)au>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Compile problem with contrib/tablefunc 7.4.1
Date: 2004-01-19 04:38:03
Message-ID: 20398.1074487083@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"Murray Bryant" <Murray(dot)Bryant(at)harmonygold(dot)com(dot)au> writes:
> I am having problems compiling the contrib\tablefunc on freebsd,
> postgresql version 7.4.1

> "/usr/ports/databases/postgresql7/work/postgresql-7.4.1/contrib/tablefun
> c/../../src/Makefile.global", line 38: Missing dependency operator

Looks to me like you are using a non-GNU make. You probably need to say
"gmake" instead of "make". (There is a hack in place to let "make" work
at the top level of the Postgres source tree, but not in every
subdirectory...)

regards, tom lane

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2004-01-19 04:52:10 Re: PostgreSQL with MacOs 8.6
Previous Message Peter Eisentraut 2004-01-18 22:00:05 Re: Tru64 Installation.