Re: Compile problem with contrib/tablefunc 7.4.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Compile problem with contrib/tablefunc 7.4.1
Дата
Msg-id 20398.1074487083@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Compile problem with contrib/tablefunc 7.4.1  ("Murray Bryant" <Murray.Bryant@harmonygold.com.au>)
Список pgsql-ports
"Murray Bryant" <Murray.Bryant@harmonygold.com.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

В списке pgsql-ports по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Tru64 Installation.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL with MacOs 8.6