Re: pgsql compile error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: hdi12(at)it(dot)canterbury(dot)ac(dot)nz
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgsql compile error
Date: 2002-07-02 14:40:10
Message-ID: 12932.1025620810@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hao Ding <hdi12(at)it(dot)canterbury(dot)ac(dot)nz> writes:
> I am a new postgresql user. I downloaded postgresql 7.2.1 and wanted to
> install it on the RedHat Linux 7.2. When compiling using gmake I got a
> error message:

> gcc -g -ansi -Wall -Wall -Wmissing-prototypes -Wmissing-declarations -I.
> -I../..
> /../src/include -c -o bootparse.o bootparse.c

Where did the "-ansi" come from? I do not believe we select that switch
by default.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2002-07-02 15:04:30 Re: namespaces and schemas
Previous Message Tom Lane 2002-07-02 13:54:54 Re: Update question and SQL question