Re: Error in make for postgresql8.3RC1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error in make for postgresql8.3RC1
Дата
Msg-id 25887.1199944079@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error in make for postgresql8.3RC1  ("G. J. Walsh" <gjwalsh@dscdirectionalservices.com>)
Список pgsql-novice
"G. J. Walsh" <gjwalsh@dscdirectionalservices.com> writes:
> The make command results in 2 errors, repeated over and over again
> throughout the log file.

> The first instance looks like this:

> configure: 2682 gcc -c-g -0@ conftest.c >&5
> conftest.c:2: error: expected '=',',', ';', 'asm' or '__attribute__'
> before 'me'
> configure: 2688: $?=1
> configure: failed program was:
> | #ifndef __cplusplus
> | choke me
> | #endif
> configure: 2844: gcc -c -g -02 conftest.c >&5

Uh, that is not "make" output.  That is configure probing for things,
and when it doesn't find some feature (which is not unexpected) the
log might well look like the above.

Try actually running "make" ...

            regards, tom lane

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

Предыдущее
От: "G. J. Walsh"
Дата:
Сообщение: Error in make for postgresql8.3RC1
Следующее
От: kenneth d'souza
Дата:
Сообщение: Re: two postgres binaries