Bug #799: configure does not check for -lodbcinst

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #799: configure does not check for -lodbcinst
Date: 2002-10-18 05:35:15
Message-ID: 20021018053515.E5183475EFD@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Steven Taschuk (staschuk(at)telusplanet(dot)net) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
configure does not check for -lodbcinst

Long Description
When configure is run with
./configure --enable-odbc --with-unixodbc
it does not verify that -lodbcinst works. The absence of this
library (or misarranged symbolic links, etc.) is not detected
until relatively far into the build, when the ODBC driver is
actually compiled. Better, imho, to check at configure time
so the user can fix the problem without investing time in a
build process which will fail.

To the extent that this is a reasonable complaint, I suspect
that it also applies, mutatis mutandis, to --with-iodbc.

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Lamar Owen 2002-10-18 05:49:23 Re: Pg 7.2.3 int8 value out of range
Previous Message Brian Macy 2002-10-18 04:52:52 Re: Pg 7.2.3 int8 value out of range