Grant,
Doing some more digging on this issue, I have found that even though _GNU_SOURCE is defined on my gcc command line the macro __USE_ISOC99 (from /usr/include/features.h) doesn't get set. without this macro set (like it is on i386,alpha,sparc...) the postgres 8.X code brings in the BSD flavors some math routines which are causing the failure. To solve my immediate problem, i have hacked features.h to just set __USE_ISOC99 to 1. I am going to do a complete install of sarge on another 710 I have to see if the problem stems from my upgrade from woody to sarge or just a broken system. Jim ---------- Original Message ----------- From: Grant Grundler <[EMAIL PROTECTED]> To: Jim Buttafuoco <[EMAIL PROTECTED]> Cc: [email protected] Sent: Wed, 9 Mar 2005 20:47:49 -0700 Subject: Re: Postgresql 8.0.1 > On Wed, Mar 09, 2005 at 10:34:51PM -0500, Jim Buttafuoco wrote: > > Grant, > > > > yes, I will rebuild the kernel. which version and is there a tar file for > > it? > > http://cvs.parisc-linux.org/download/linux-2.6/ > > Grab the latest 2.6.11-pa2 tarball here. > > thanks, > grant > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] ------- End of Original Message ------- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

