| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL odbc list <pgsql-odbc(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Re: [PATCHES] Fix for ODBC close |
| Date: | 2001-02-10 17:17:13 |
| Message-ID: | 200102101717.MAA04632@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-odbc pgsql-patches |
> > -Bsymbolic requires all symbols in the library to be resolvable at link
> > time. If you use 'ld' then you will need to provide all the appropriate
> > files yourself. The compiler driver normally does that automatically.
> >
>
> Great. I see you modified Makefile.bsdi to properly know it is being
> used with gcc, and modified Makefile.shlib. Perfect.
>
> Should other platforms have this fix too? We didn't need it before
> -Bsymbolic, but it seems it would be safe to do for FreeBSD and a few
> others.
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.
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.
Actually, it seems NetBSD already had all these fixes.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| Attachment | Content-Type | Size |
|---|---|---|
| unknown_filename | text/plain | 4.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2001-02-10 17:23:52 | New setval() call |
| Previous Message | Bruce Momjian | 2001-02-10 17:06:31 | Re: Re: pg_ctl default shutdown mode |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-02-10 17:30:45 | Re: 7.1 beta 3 Linux ODBC BEGIN Behaviour |
| Previous Message | Peter Eisentraut | 2001-02-10 17:03:34 | Re: Re: [PATCHES] Fix for ODBC close |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2001-02-10 18:09:23 | Re: Re: [PATCHES] Fix for ODBC close |
| Previous Message | Peter Eisentraut | 2001-02-10 17:03:34 | Re: Re: [PATCHES] Fix for ODBC close |