gmake error.

From: Anil Jangam <anilj(at)indts(dot)com>
To: "'pgsql-cygwin(at)postgresql(dot)org'" <pgsql-cygwin(at)postgresql(dot)org>
Subject: gmake error.
Date: 2001-10-15 05:06:16
Message-ID: F73B646FCC01D5118F530002B32C337263B164@INDTS_FS
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-cygwin by date

  From Date Subject
Next Message Henshall, Stuart - WCP 2001-10-15 08:32:12 Re: gmake error.
Previous Message Jason Tishler 2001-10-13 00:51:05 Re: psql & cygncurses5.dll