Re: [HACKERS] HEAD compile troubles

2004-03-25 Thread David Fetter
On Thu, Mar 25, 2004 at 04:48:59PM -0500, Bruce Momjian wrote: David Fetter wrote: Kind people, I just tried to compile HEAD on fedora, and it broke as per http://rafb.net/paste/results/W1942548.html Any ideas what i buggered up? Fixed. Not sure why I didn't see the problem

Re: [HACKERS] HEAD compile troubles

2004-03-25 Thread Bruce Momjian
David Fetter wrote: Kind people, I just tried to compile HEAD on fedora, and it broke as per http://rafb.net/paste/results/W1942548.html Any ideas what i buggered up? Fixed. Not sure why I didn't see the problem because I do compile with SSL. Anyway, patch attached and applied. --

[HACKERS] HEAD compile troubles

2004-03-24 Thread David Fetter
Kind people, I just tried to compile HEAD on fedora, and it broke as per http://rafb.net/paste/results/W1942548.html More info... uname -a Linux fetter.org 2.4.22-1.2166.nptl #1 Fri Jan 30 13:48:31 EST 2004 i686 i686 i386 GNU/Linux gcc -v Reading specs from

Re: [HACKERS] HEAD compile troubles

2004-03-24 Thread Tom Lane
David Fetter [EMAIL PROTECTED] writes: Kind people, I just tried to compile HEAD on fedora, and it broke as per http://rafb.net/paste/results/W1942548.html Looks to me like someone got confused about ifdef ENABLE_THREAD_SAFETY versus ifdef USE_SSL ... too tired to figure it out exactly though