Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sun, 27 Jan 2002 10:47:53 -0500 From: Jason Tishler To: Justin Clift Cc: Cygwin Mailing List , Tom Lane , Frank Joerdens Subject: Re: Need a customised version of PostgreSQL 7.1.3 on cygwin Message-ID: <20020127154753.GJ1252@dothill.com> Mail-Followup-To: Justin Clift , Cygwin Mailing List , Tom Lane , Frank Joerdens References: <3C5223D8 DOT E12E01B AT postgresql DOT org> <20020127145751 DOT GH1252 AT dothill DOT com> <3C541710 DOT 445C1EC4 AT postgresql DOT 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--