delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2002/01/27/10:44:36

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
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 <jason AT tishler DOT net>
To: Justin Clift <justin AT postgresql DOT org>
Cc: Cygwin Mailing List <cygwin AT cygwin DOT com>, Tom Lane <tgl AT sss DOT pgh DOT pa DOT us>,
Frank Joerdens <frank AT joerdens DOT 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 AT postgresql DOT org>,
Cygwin Mailing List <cygwin AT cygwin DOT com>,
Tom Lane <tgl AT sss DOT pgh DOT pa DOT us>, Frank Joerdens <frank AT joerdens DOT de>
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
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--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019