Re: Initdb problem on debian mips cobalt: Bus error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gregory Stark <stark(at)enterprisedb(dot)com>
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:29:32
Message-ID: 14801.1217892572@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gregory Stark <stark(at)enterprisedb(dot)com> writes:
> "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

The trouble with that approach is that it overrides *everything* that
configure would normally put into CFLAGS. I only want one thing
changing, please ... this is confusing enough already.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-08-04 23:44:17 Re: Initdb problem on debian mips cobalt: Bus error
Previous Message Gregory Stark 2008-08-04 23:26:37 Re: Initdb problem on debian mips cobalt: Bus error