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

From Tom Lane
Subject Re: Initdb problem on debian mips cobalt: Bus error
Date
Msg-id 14801.1217892572@sss.pgh.pa.us
Whole thread Raw
In response to Re: Initdb problem on debian mips cobalt: Bus error  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: Initdb problem on debian mips cobalt: Bus error  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-general
Gregory Stark <stark@enterprisedb.com> writes:
> "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

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

pgsql-general by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Initdb problem on debian mips cobalt: Bus error
Next
From: Alvaro Herrera
Date:
Subject: Re: Initdb problem on debian mips cobalt: Bus error