Re: Unable to compile psqlodbc on unix - Missing configure script in psqlodbc beyond version 16

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: Abhishek Kumar <abhishek(dot)aak0(at)gmail(dot)com>, pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: Re: Unable to compile psqlodbc on unix - Missing configure script in psqlodbc beyond version 16
Date: 2024-11-18 11:57:20
Message-ID: cdba34b93b0212994f0d4b445e34528bfd7c70cc.camel@gunduz.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

On Mon, 2024-11-18 at 17:15 +0530, Abhishek Kumar wrote:
> I am trying to build the latest version of psqlodbc for Unix
> REL-17_00_0002-mimalloc.
> The configure/make file seems to be missing from the zip.
>
> In all the versions of psqlodbc after version 16, the configure/make
> files are missing.
>
> I am using the
> https://github.com/postgresql-interfaces/psqlodbc/releases/tag/REL-17_00_0002-mimalloc
> hosted location to get the builds.
>
> Can you please confirm if this a known issue and when can we have a
> fix for this?

You need to run

autoreconf -i

prior to running configure script.

Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Cramer 2024-11-18 12:04:26 Re: Unable to compile psqlodbc on unix - Missing configure script in psqlodbc beyond version 16
Previous Message Abhishek Kumar 2024-11-18 11:45:10 Unable to compile psqlodbc on unix - Missing configure script in psqlodbc beyond version 16