Re: [PATCHES] Fix for ODBC close

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL odbc list <pgsql-odbc(at)postgresql(dot)org>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] Fix for ODBC close
Date: 2001-02-10 09:38:39
Message-ID: Pine.LNX.4.30.0102101025260.775-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-odbc pgsql-patches

Bruce Momjian writes:

> I have applied the following patch to properly exit ODBC. I also
> patched the ODBC makefile so it links under BSD/OS. The -Bsymbolic
> under BSD/OS is very harsh under BSD/OS, requiring all symbols even in
> libc and crt1.o to be resolved before creating the shared library.

The -Bsymbolic switch is the same on all platforms that have it. You can
link without it, but then you won't actually be able to use the ODBC
driver. It seems like you need to link in a few other libraries to
resolve all symbols.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-02-10 10:54:58 Re: [PATCHES] Fix for ODBC close
Previous Message Peter Eisentraut 2001-02-10 09:20:35 RE: Re: pg_ctl default shutdown mode

Browse pgsql-odbc by date

  From Date Subject
Next Message Bruce Momjian 2001-02-10 10:54:58 Re: [PATCHES] Fix for ODBC close
Previous Message Bruce Momjian 2001-02-10 06:32:10 Re: [HACKERS] 6.2 protocol

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-02-10 10:54:58 Re: [PATCHES] Fix for ODBC close
Previous Message Bruce Momjian 2001-02-10 06:32:10 Re: [HACKERS] 6.2 protocol