Re: configure script failure with SCO 5.0.7 - Mailing list pgsql-novice

From Tom Lane
Subject Re: configure script failure with SCO 5.0.7
Date
Msg-id 11672.1080229997@sss.pgh.pa.us
Whole thread Raw
In response to Re: configure script failure with SCO 5.0.7  ("David P. Lurie" <dbase4@hotmail.com>)
List 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 by date:

Previous
From: joseph speigle
Date:
Subject: Re: loop Through Query Results : Record
Next
From: Tom Lane
Date:
Subject: Re: loop Through Query Results : Record