Re: postgres 8.2.5 core dumps on 4.0 RC2 mipsel
Glyn Astill <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.mips.devel,gmane.os.netbsd.ports.cobalt |
|---|---|
| Message-ID | <[email protected]> |
Hi chaps, I'm compiling 8.3.3 from pkgsrc at the moment, and initdb is segfaulting. I presume it's the same issue here, only problem is that I can't find Makefile.global to add in the -d Any pointers would be appreciated. Thanks Glyn --- On Thu, 18/10/07, Andy Ruhl <[email protected]> wrote: > From: Andy Ruhl <[email protected]> > Subject: Re: postgres 8.2.5 core dumps on 4.0 RC2 mipsel > To: [email protected] > Cc: [email protected], [email protected] > Date: Thursday, 18 October, 2007, 10:22 PM > On 10/18/07, Markus W Kilbinger <[email protected]> wrote: > > Then edit the Makefile.global in the extracted > postgres source, search > > for the '-r' option for the linker and extend > it to '-r -d'. Then do > > That was the fix. Thanks. > > By the way, I did add mips2 to the CFLAGS. I'm not sure > if it's > necessary, but it works. > > Andy