delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/06/13/12:27:24

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Date: Wed, 13 Jun 2001 11:51:44 -0400
From: Jason Tishler <Jason DOT Tishler AT dothill DOT com>
To: BELLON Michel <Michel DOT Bellon AT lcie DOT fr>
Cc: cygwin AT cygwin DOT com
Subject: Re: Compilation of contrib of postgresql 7.1.2
Message-ID: <20010613115144.D660@dothill.com>
Mail-Followup-To: BELLON Michel <Michel DOT Bellon AT lcie DOT fr>, cygwin AT cygwin DOT com
Mime-Version: 1.0
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 DOT Tishler AT dothill DOT 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--

- Raw text -


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