Thread: ./configure fails on Winnt 4 SP 4

./configure fails on Winnt 4 SP 4

From
Annett Maskow und Andreas Kühl
Date:
Hi all,

i've tried to compile V 7.0.3 on Windows NT SP4, using Cygwin 1.1.8,
PostgreSQL 7.0.3, cygipc-1.07-1.

I followed the instruction manual at
http://people.freebsd.org/~kevlo/postgres/portNT.html.

At point 7. the output of ./configure is:

administrator@AAC /usr/src/postgresql-7.0.3/src
$ ./configure
loading cache ./config.cache
checking host system type... i586-pc-cygwin
checking echo setting...
checking setting template to... cygwin32
configure: warning: *** Include directory /usr/local/include does not
exist.
checking whether to support locale... disabled
checking whether to support cyrillic recode... disabled
checking whether to support multibyte... disabled
checking setting DEF_PGPORT... 5432
checking setting DEF_MAXBACKENDS... 32
checking setting USE_TCL... disabled
checking setting USE_PERL... disabled
checking setting USE_ODBC... disabled
checking setproctitle... disabled
checking setting ASSERT CHECKING... disabled
checking for gcc... gcc
checking whether the C compiler (gcc -O2 ) works... no
configure: error: installation or configuration problem: C compiler
cannot create executables.

By the way, i've tried to compile sucsessfully a 'hello world' program
and it works.

Any ideas??

Thanks Andreas

Re: ./configure fails on Winnt 4 SP 4

From
Les Schaffer
Date:
On Sat, 03 Mar 2001 00:36:37 +0100, Annett Maskow und Andreas Kühl
<amak@ngi.de> wrote:

>checking whether the C compiler (gcc -O2 ) works... no
>configure: error: installation or configuration problem: C compiler
>cannot create executables.


make sure that cygipc library is accessible. i failed for the same
reason.

les schaffer