Re: Using pg_config - Mailing list pgsql-odbc

From Peter Eisentraut
Subject Re: Using pg_config
Date
Msg-id 200510121016.18974.peter_e@gmx.net
Whole thread Raw
In response to Re: Using pg_config  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-odbc
Dave Page wrote:
> It's not a problem on Windows as we build using VC++ with win32.mak.
> We don't support Mingw builds as we don't currently have any
> configure code to allow the use of the Microsoft DM instead of iODBC
> or unixODBC.

I think this could be made to work if there is interest.  It seems that
the current driver manager detection code might be pretty useless
anyway.  Note that we don't even link with libodbcinst.  All we need
are the header files <sql.h> etc., which are the same everywhere.

> Can you apply the patch, or shall I?

I just did.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Re: universal path
Next
From: "Dave Page"
Date:
Subject: Re: Using pg_config