Re: [HACKERS] Libpq problem on Windows.

2004-10-04 Thread Bruce Momjian
OK, added: o fix MinGW libpq to export only required symbols o fix MSVC build to export SSL symbols --- Magnus Hagander wrote: > Bruce, while we're pondering on how to solve this, can you put this up > on t

Re: [HACKERS] Libpq problem on Windows.

2004-10-04 Thread Magnus Hagander
Bruce, while we're pondering on how to solve this, can you put this up on the open items list so we don't miss it? It's a pretty major issue. //Magnus > -Original Message- > From: Dave Page [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 30, 2004 11:35 PM > To: [EMAIL PROTECTED] >

Re: [HACKERS] libpq problem

2004-08-11 Thread Peter Eisentraut
Am Mittwoch, 11. August 2004 15:07 schrieb Andreas Pflug: > Some recent change in libpq seems to interfere with gtk. You could use "nm" to find common symbols that might be clashing. Besides that, it's hard to tell more. Alternatively, compile with versioned symbols and see whether the problem

Re: [HACKERS] libpq problem

2004-08-11 Thread Andreas Pflug
Andreas Pflug wrote: Some recent change in libpq seems to interfere with gtk. After I tested a new pgadmin3 version on linuy yesterday, I found that the GUI is hanging after PQconnectdb was called. After the call, the db connection is fully functional, but the GUI mouse will show "waiting" and t