Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Sun, 27 Jan 2002 10:47:53 -0500
From: Jason Tishler <jason@tishler.net>
To: Justin Clift <justin@postgresql.org>
Cc: Cygwin Mailing List <cygwin@cygwin.com>, Tom Lane <tgl@sss.pgh.pa.us>,
   Frank Joerdens <frank@joerdens.de>
Subject: Re: Need a customised version of PostgreSQL 7.1.3 on cygwin
Message-ID: <20020127154753.GJ1252@dothill.com>
Mail-Followup-To: Justin Clift <justin@postgresql.org>,
	Cygwin Mailing List <cygwin@cygwin.com>,
	Tom Lane <tgl@sss.pgh.pa.us>, Frank Joerdens <frank@joerdens.de>
References: <3C5223D8.E12E01B@postgresql.org> <20020127145751.GH1252@dothill.com> <3C541710.445C1EC4@postgresql.org>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="NzB8fVQJ5HfG6fxh"
Content-Disposition: inline
In-Reply-To: <3C541710.445C1EC4@postgresql.org>
User-Agent: Mutt/1.3.24i

--NzB8fVQJ5HfG6fxh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Justin,

On Mon, Jan 28, 2002 at 02:04:48AM +1100, Justin Clift wrote:
> Thanks for your continued support.  :)

You are very welcome.

> Lucky for us all, it turns out the problem is a non-problem.  It was
> just a way in which cygipc (I might have the exact spelling wrong) not
> being installed shows up, because PostgreSQL with cygwin needs it.
> 
> So, when it got installed, PostgreSQL began to work.

I'm glad that the problem is "solved" and I will assume that you no
longer need a debug version.

BTW, in the future, just download the pre-patched PostgreSQL source
from any Cygwin mirror, apply a patch such as the attached to
CYGWIN-PATCHES/build.sh, and rebuild using this build recipe.

Jason

--NzB8fVQJ5HfG6fxh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="build.sh.diff"

--- build.sh.orig	Sun Jan 27 09:40:42 2002
+++ build.sh	Sun Jan 27 09:41:09 2002
@@ -24,7 +24,7 @@
 SrcDocDir=doc
 
 # configure
-configure --enable-multibyte --with-python --with-java --with-CXX --prefix=$Prefix --sysconfdir=/etc --docdir=$Prefix/doc/$pkg-$version
+configure --enable-multibyte --with-python --with-java --with-CXX --prefix=$Prefix --sysconfdir=/etc --docdir=$Prefix/doc/$pkg-$version --enable-debug
 
 # make
 make
@@ -33,7 +33,7 @@
 DESTDIR=$TmpDir make install
 
 # strip executables
-find $InstallPrefix -name '*.exe' -o -name '*.dll' | xargs strip
+# find $InstallPrefix -name '*.exe' -o -name '*.dll' | xargs strip
 
 # move DLLs (except plpgsql.dll) from lib to bin
 mv $LibDir/*.dll $BinDir


--NzB8fVQJ5HfG6fxh
Content-Type: text/plain; charset=us-ascii

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/
--NzB8fVQJ5HfG6fxh--
