Re: Current Driver and Mac OS X Build questions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-odbc(at)postgresql(dot)org
Cc: Andrew Satori <dru(at)druware(dot)com>
Subject: Re: Current Driver and Mac OS X Build questions
Date: 2006-11-18 07:20:31
Message-ID: 200611180820.32141.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Andrew Satori wrote:
> First, a default ./configure fails to add the -liodbc to the ldflags,
> this must be forced using --with-iodbc

This is intentional.

> Second, ./configure --with-iodbc fails to link due to missing symbols
> _CONNLOCK_ACQUIRE (and related). The issue is that in connection.h,
> there is a definition for that function if multi-threading is
> enabled, but if you don't explicitly define --enable-pthread there is
> no definiection for CONNLOCK_AQUIRE and friends.

This is a bug; see discussion a few days back.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message lothar.behrens@lollisoft.de 2006-11-19 11:15:52 SQLFreeStmt(hstmt, SQL_DROP); Failure ?
Previous Message Andrew Satori 2006-11-17 19:25:54 Current Driver and Mac OS X Build questions