Re: problem to compile 7.0.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem to compile 7.0.2
Дата
Msg-id 5684.971890440@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problem to compile 7.0.2  (Lionel Bargeot <l.bargeot@educagri.fr>)
Список pgsql-novice
Lionel Bargeot <l.bargeot@educagri.fr> writes:
> checking whether the C++ compiler (gcc   )
> works... no
> configure: error: installation or configuration
> problem: C++
> compiler cannot create executables.

Looks like you'll have to omit the C++ interface library.  Do

    ./configure --without-CXX

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: Bill Morrow
Дата:
Сообщение: Re: Stupid question: concatenating strings
Следующее
От: "Justin Long"
Дата:
Сообщение: Thanks for all the answers!