Missing configure script in psqlodbc version 17_00_0005 - Mailing list pgsql-odbc

From Venkatram Amalanathan
Subject Missing configure script in psqlodbc version 17_00_0005
Date
Msg-id CANyU2yy8LJjy+M6HmRn=7v2J0=nR9CcbYQHu8kPopLnqEMh+hw@mail.gmail.com
Whole thread Raw
Responses Re: Missing configure script in psqlodbc version 17_00_0005
List pgsql-odbc
Hi Team,

The configure script is missing from the psqlodbc version 17_00_0005 source distribution, but it was present in version 16.00.0000. This creates a discrepancy with the official compilation documentation.

Steps to Reproduce

  1. Download psqlodbc version 17_00_0005 source tarball
  2. Extract the archive: tar -zxvf psqlodbc-17_00_0005.tar.gz
  3. Navigate to the extracted directory: cd psqlodbc-17_00_0005
  4. Attempt to run: ./configure

Documentation Reference

The unix-compilation.html file still shows the standard compilation steps

% tar -zxvf psqlodbc-xx.xx.xxxx.tar.gz
% cd psqlodbc-xx.xx.xxxx
% ./configure
% make
% make install


Version Comparison

  • Version 16.00.0000: configure script is present and works as expected
  • Version 17_00_0005: configure script is missing from the distribution


Question:

How should we proceed for compilation without "configure" script ?

Please help us


Thanks,

Venkatram


Attachment

pgsql-odbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: PSQLODBC 17.6 version compatible postgres versions?
Next
From: Dave Cramer
Date:
Subject: Re: Missing configure script in psqlodbc version 17_00_0005