Re: C++ problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: C++ problem
Дата
Msg-id 4116.979842283@sss.pgh.pa.us
обсуждение исходный текст
Ответ на  (Johnathon Smith <jsmith@buscar.com>)
Список pgsql-novice
Johnathon Smith <jsmith@buscar.com> writes:
> I am installing postgresql 7.0.3 and am getting this error.
> configure: error: installation or configuration problem: C++ compiler
> cannot create executables

Easiest answer is to "configure --without-CXX" to suppress building of
the C++ interface library.  (I assume you don't use C++, else you'd
have noticed that your C++ compiler has a problem ...)

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Novice lo_import problem (7.0.3)
Следующее
От: Ken Corey
Дата:
Сообщение: Re: Yikes! Bitten by line length?