[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Postgresql 8.0.1




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 <grundler@parisc-linux.org>
To: Jim Buttafuoco <jim@contactbda.com>
Cc: debian-hppa@lists.debian.org
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 debian-hppa-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
------- End of Original Message -------



Reply to: