FAQ Update Info

Поиск
Список
Период
Сортировка
От Shane D.
Тема FAQ Update Info
Дата
Msg-id 3A5CBBE7.B43C1D12@millennium.wright.edu
обсуждение исходный текст
Ответы Re: FAQ Update Info  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: FAQ Update Info  (Peter Eisentraut <peter_e@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: "Internet"
Дата:
Сообщение: Help for configure and install Postgresql7.0
Следующее
От: Tom Lane
Дата:
Сообщение: Re: FAQ Update Info