Re: Building libpq independently of server - Mailing list pgsql-odbc

From Tom Lane
Subject Re: Building libpq independently of server
Date
Msg-id 31522.1553404557@sss.pgh.pa.us
Whole thread Raw
In response to Re: Building libpq independently of server  (Igor Korot <ikorot01@gmail.com>)
List 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 by date:

Previous
From: Igor Korot
Date:
Subject: Re: Building libpq independently of server
Next
From: xsgao@aim.com
Date:
Subject: psqlodbc - dayofweek and week functions are not supported butactually are