Re: Initdb problem on debian mips cobalt: Bus error

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <glynastill(at)yahoo(dot)co(dot)uk>, "Stefan Kaltenbrunner" <stefan(at)kaltenbrunner(dot)cc>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Initdb problem on debian mips cobalt: Bus error
Date: 2008-08-04 23:26:37
Message-ID: 87ljzcqs42.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)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!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-08-04 23:29:32 Re: Initdb problem on debian mips cobalt: Bus error
Previous Message Tom Lane 2008-08-04 23:00:15 Re: Initdb problem on debian mips cobalt: Bus error