FAQ Update Info - Mailing list pgsql-docs

From Shane D.
Subject FAQ Update Info
Date
Msg-id 3A5CBBE7.B43C1D12@millennium.wright.edu
Whole thread Raw
Responses Re: FAQ Update Info  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: FAQ Update Info  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-docs
  In FAQ_DigitalUnix, in section 1.1.1, there is discussion about
Postgres not compiling properly under GCC.  (Yes, I've read the report
about GCC not working as well as CC ....)

  I have found after some trial and error that the actual problem is in
the configure script.  It assumes cc will be used prior to detecting (or
processing) the gcc setting.  As a result, it loads the alpha_cc
template but never loads the alpha_gcc template when gcc is selected.
One can overcome this problem by issuing the following configure option:

    --with-template=alpha_gcc

So for my system (DigitalUnix 4.0E), the configure command line is:

./configure --with-CC=gcc --width-CXX=c++ --with-template=alpha_gcc

  Shane Dawalt

--
Shane A. Dawalt                 Phone: 937.775.4089
Network Engineer, CaTS/NS       Email: shane.dawalt@wright.edu
Wright State University
Library Annex 040Z
Dayton, OH  45435-0001
"Silence is the oft-forgotten seasoning in the stew of wisdom."
                               --Mark Anthony, The Keep of Fire

pgsql-docs by date:

Previous
From: "Internet"
Date:
Subject: Help for configure and install Postgresql7.0
Next
From: Tom Lane
Date:
Subject: Re: FAQ Update Info