Re: Building libpq independently of server

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Building libpq independently of server
Дата
Msg-id 31522.1553404557@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Building libpq independently of server  (Igor Korot <ikorot01@gmail.com>)
Список pgsql-odbc
Igor Korot <ikorot01@gmail.com> writes:
> I just tried to build the libpq from sources on the Oracle Solaris 11.4.
> Below is the console output:

> igor@solaris:~/dbhandlerSol/libpq$ ./configure
> ...
> igor@solaris:~/dbhandlerSol/libpq$ cd src/interfaces/libpq/
> igor@solaris:~/dbhandlerSol/libpq/src/interfaces/libpq$ make
> make: Fatal error in reader: ../../../src/Makefile.global, line 45:
> Unexpected end of line seen

The first thing that occurs to me is that "make" on your system
is not GNU make, so that you need to use "gmake" instead.

            regards, tom lane


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

Предыдущее
От: Igor Korot
Дата:
Сообщение: Re: Building libpq independently of server
Следующее
От: xsgao@aim.com
Дата:
Сообщение: psqlodbc - dayofweek and week functions are not supported butactually are