Re: Building libpq independently of server

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: PostgreSQL ODBC list <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Building libpq independently of server
Date: 2019-03-24 05:15:57
Message-ID: 31522.1553404557@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Igor Korot <ikorot01(at)gmail(dot)com> writes:
> I just tried to build the libpq from sources on the Oracle Solaris 11.4.
> Below is the console output:

> igor(at)solaris:~/dbhandlerSol/libpq$ ./configure
> ...
> igor(at)solaris:~/dbhandlerSol/libpq$ cd src/interfaces/libpq/
> igor(at)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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Andres Freund 2019-03-26 00:44:42 setLastTid() and currtid()
Previous Message Igor Korot 2019-03-24 03:42:01 Re: Building libpq independently of server