From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | 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:01:23 |
Message-ID: | 200102101701.MAA01298@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-odbc pgsql-patches |
> You can't hardcode "gcc" like that. I've committed some fixes that should
> work for you. Please try them out. Also try to build libpq++.
>
> > It seems the -Bsymbolic needs the gcc, while other links are OK with ld.
> > We may find this is true on many platforms.
>
> -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.
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-02-10 17:03:34 | Re: Re: [PATCHES] Fix for ODBC close |
Previous Message | Tom Lane | 2001-02-10 16:51:09 | Re: Re: pg_ctl default shutdown mode |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-02-10 17:03:34 | Re: Re: [PATCHES] Fix for ODBC close |
Previous Message | Bruce Momjian | 2001-02-10 15:58:19 | Re: Re: [PATCHES] Fix for ODBC close |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-02-10 17:03:34 | Re: Re: [PATCHES] Fix for ODBC close |
Previous Message | Bruce Momjian | 2001-02-10 16:44:31 | Re: [HACKERS] Re: Open 7.1 items |