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 [EMAIL PROTECTED] http://yi.org/peter-e/
- [HACKERS] Fix for ODBC close Bruce Momjian
- [HACKERS] Re: [PATCHES] Fix for ODBC close Peter Eisentraut
- [HACKERS] Re: [PATCHES] Fix for ODBC close Bruce Momjian
- [HACKERS] Re: [ODBC] Re: [PATCHES] Fix for O... Bruce Momjian
- Re: [HACKERS] Re: [ODBC] Re: [PATCHES] F... Bruce Momjian
- [HACKERS] Re: [PATCHES] Fix for ODBC close Peter Eisentraut
- Re: [HACKERS] Re: [PATCHES] Fix for ODBC... Bruce Momjian
- Re: [HACKERS] Re: [PATCHES] Fix for... Peter Eisentraut
- Re: [HACKERS] Re: [PATCHES] Fix... Bruce Momjian
- Re: [HACKERS] Re: [PATCHES]... Peter Eisentraut
- Re: [HACKERS] Re: [PATCHES]... Bruce Momjian
- Re: [HACKERS] Re: [PATCHES]... Bruce Momjian