Re: configure script failure with SCO 5.0.7

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: configure script failure with SCO 5.0.7
Дата
Msg-id 11672.1080229997@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: configure script failure with SCO 5.0.7  ("David P. Lurie" <dbase4@hotmail.com>)
Список pgsql-novice
"David P. Lurie" <dbase4@hotmail.com> writes:
> configure:2492: checking whether the C compiler still works
> configure:2514: gcc -b elf -o conftest -O2   conftest.c  >&5
> gcc: installation problem, cannot exec `cpp0': No such file or directory
> gcc: file path prefix `/usr/gnu/lib/gcc-lib/elf/2.95.3/' never used

I'd say you have a screwed-up gcc installation.  The apparent file path
problem is certainly not configure's fault, as those paths are all
purely internal to gcc.

The fact that it seems to work up till the point where we add "-b elf"
to the compiler switches is interesting.  I do not know how that might
provoke a gcc failure where there was none before, but the obvious thing
to try is to remove the line in src/template/sco that does that.

            regards, tom lane

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

Предыдущее
От: joseph speigle
Дата:
Сообщение: Re: loop Through Query Results : Record
Следующее
От: Tom Lane
Дата:
Сообщение: Re: loop Through Query Results : Record