Re: 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-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [PATCHES] Fix for ODBC close
Date: 2001-02-10 18:09:23
Message-ID: Pine.LNX.4.30.0102101850260.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 for OpenBSD and FreeBSD. They have
> the same -Bsymbolic handling and same use of LD for linking. I made the
> duplicate changes Peter made for BSDI.

Hmm, at least on OpenBSD the recommended way to build shared libraries is
using 'ld' directly. But using gcc should work as well.

> Can anyone commend on the use of 'ld -x' to delete all local symbols?
> FreeBSD and OpenBSD have it, while BSD/OS does not. I added it to BSDi,
> and it seems to work fine.

I don't think it should be used.

> Actually, it seems NetBSD already had all these fixes.

On NetBSD, there are about 4 different ways of build shared libraries,
depending on version and platform. Nothing I wanna mess with.

--
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 Nick Gorham 2001-02-10 18:25:27 Re: [PATCHES] Fix for ODBC close
Previous Message Bruce Momjian 2001-02-10 17:23:52 New setval() call

Browse pgsql-odbc by date

  From Date Subject
Next Message László Tibor 2001-02-10 18:15:56 RE: [INTERFACES] 7.1 beta 3 Linux ODBC BEGIN Behaviour
Previous Message Tom Lane 2001-02-10 17:30:45 Re: 7.1 beta 3 Linux ODBC BEGIN Behaviour

Browse pgsql-patches by date

  From Date Subject
Next Message Nick Gorham 2001-02-10 18:25:27 Re: [PATCHES] Fix for ODBC close
Previous Message Bruce Momjian 2001-02-10 17:17:13 Re: Re: [PATCHES] Fix for ODBC close