Re: Current Driver and Mac OS X Build questions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Current Driver and Mac OS X Build questions
Дата
Msg-id 200611180820.32141.peter_e@gmx.net
обсуждение исходный текст
Ответ на Current Driver and Mac OS X Build questions  (Andrew Satori <dru@druware.com>)
Список 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/

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Andrew Satori
Дата:
Сообщение: Current Driver and Mac OS X Build questions
Следующее
От: "lothar.behrens@lollisoft.de"
Дата:
Сообщение: SQLFreeStmt(hstmt, SQL_DROP); Failure ?