gmake error. - Mailing list pgsql-cygwin

From Anil Jangam
Subject gmake error.
Date
Msg-id F73B646FCC01D5118F530002B32C337263B164@INDTS_FS
Whole thread Raw
List pgsql-cygwin
Hi,

1. I am trying to compile the postgreSQL version 7.1.2, where installation
process asks to call "gmake" instead of "make".
The gmake is not available in the standard installation package in the
cygwin download utility. How to get rid of this?
Is there any gmake available for cygwin???

2. According to the prcedure mentioned, we have to run ./configure first and
then call make. Now the problem here is the make command again internally
calls the configure file and then do some checking and linking. After this
it again calls the configure and so on... it goes into the loop and never
compiles the source code.

3. When installed the precompiled version 7.1.3, after doing initdb, it
produces the log as

        Success. You can now start the database server using:

            /usr/bin/postmaster -D /usr/local/pgsql/data/
        or
            /usr/bin/pg_ctl -D /usr/local/pgsql/data/ -l logfile
start

With this one of the command, the postgres process runs in the background.
But when the "psql" is called it gives error, file  'cygreadline5.dll'  not
found...

Is anybody there sailing in the same boat!!

-Anil.

pgsql-cygwin by date:

Previous
From: Brian Boonstra
Date:
Subject: Re: WinNT 4.0, 7.1.3, build hangs on "no rule" for libpq.a
Next
From: "Henshall, Stuart - WCP"
Date:
Subject: Re: gmake error.