Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Wed, 13 Jun 2001 11:51:44 -0400
From: Jason Tishler <Jason.Tishler@dothill.com>
To: BELLON Michel <Michel.Bellon@lcie.fr>
Cc: cygwin@cygwin.com
Subject: Re: Compilation of contrib of postgresql 7.1.2
Message-ID: <20010613115144.D660@dothill.com>
Mail-Followup-To: BELLON Michel <Michel.Bellon@lcie.fr>, cygwin@cygwin.com
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="NVmTqpV+R28YXVBJ"
Content-Disposition: inline
In-Reply-To: <61D1EAA01DEFD111B5D60008C724E5E993C115@HERMES>
User-Agent: Mutt/1.3.18i
Organization: Dot Hill Systems Corp.

--NVmTqpV+R28YXVBJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Michel,

On Wed, Jun 13, 2001 at 03:04:13PM +0200, BELLON Michel wrote:
> I have a problem with the compilation of array contrib in postgresql
> some reference like pg_detoast_datum are unknown !

You need to apply the attached patch to correct the above problem:

    $ # save the attachment to /tmp/array.patch
    $ cd postgresql-7.1.2/contrib/array
    $ patch </tmp/array.patch

I will submit this patch to PostgreSQL CVS for consideration.

Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: 732.264.8770 x235
Dot Hill Systems Corp.               Fax:   732.264.8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

--NVmTqpV+R28YXVBJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="array.patch"

--- Makefile.orig	Wed Jun 13 11:36:40 2001
+++ Makefile	Wed Jun 13 11:37:49 2001
@@ -11,6 +11,7 @@ SONAME	:= $(NAME)$(DLSUFFIX)
 
 override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
 override CFLAGS += $(CFLAGS_SL)
+override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS)
 
 all: $(SONAME) $(NAME).sql
 


--NVmTqpV+R28YXVBJ
Content-Type: text/plain; charset=us-ascii

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
--NVmTqpV+R28YXVBJ--
