Re: Initdb problem on debian mips cobalt: Bus error - Mailing list pgsql-general

From Gregory Stark
Subject Re: Initdb problem on debian mips cobalt: Bus error
Date
Msg-id 87ljzcqs42.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: Initdb problem on debian mips cobalt: Bus error  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Initdb problem on debian mips cobalt: Bus error
Re: Initdb problem on debian mips cobalt: Bus error
List pgsql-general
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

> (Rather than trying to browbeat configure into doing this, I'd suggest
> manually adjusting CFLAGS in src/Makefile.global, then "make clean" and
> rebuild.)

eh? either of these should work fine:

 ./configure --enable-debug CFLAGS=-O0
 CFLAGS=-O0 ./configure --enable-debug

And yes, you have to do make clean. I often forget that step :(

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Get trained by Bruce Momjian - ask me about EnterpriseDB's PostgreSQL training!

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Initdb problem on debian mips cobalt: Bus error
Next
From: Tom Lane
Date:
Subject: Re: Initdb problem on debian mips cobalt: Bus error