X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=L08s22NaKkhZ6CWi+EHNjnFQxpHxNQn5/Eqrgent47g
	JSM+X7D7NkcKkG6XIJY+gS9MFf1M0nHDWa6BxDYFyvVsWPI+oxuMv23ZzSMMgrif
	q+G4wEY6NUHNWNX5YOvjjbwCJX/p0f3yojIXNnAksEPsCfJj7OcURfAPug8WQR6E
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=jvF9qe2n0yznsUY99C6p4Nd6zHA=; b=mDe5tUCeCzxq5Xqa0
	JOz9FCnT1Qmq/EfaQ69Yj6ZUJyNGj4bo9bvh65mfJ9TqwmrzGl5gqMM5anqa9YVU
	yqAag4UOC1+qCjF13GHefN/YUAWPpARmu7QhIUO7TWMQtfvEMzkxkZB+qxNVRbI9
	eiShEn6D6+BJPGU3UlRXG54pSY=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_BP,TW_GP,TW_YG autolearn=ham version=3.3.1
X-Received: by 10.224.128.70 with SMTP id j6mr1955285qas.41.1371115190531;        Thu, 13 Jun 2013 02:19:50 -0700 (PDT)
Message-ID: <51B98EB9.3020407@users.sourceforge.net>
Date: Thu, 13 Jun 2013 04:19:53 -0500
From: "Yaakov (Cygwin/X)" <yselkowitz@users.sourceforge.net>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: postgresql: libpq.a not an import library
References: <51B0E34A.5010801@users.sourceforge.net> <51B0E93B.9030806@gmail.com> <51B16F2D.7010500@users.sourceforge.net> <51B32B26.7050006@gmail.com> <51B97E1B.3060801@gmail.com>
In-Reply-To: <51B97E1B.3060801@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

On 2013-06-13 03:08, Danjel McGougan wrote:
> It seems the latest libpq5 (9.2.4-2) installs /bin/cygpq-5.dll, but at
> least xemacs fails to find this lib (it looks for cygpq.dll) and fails
> to load. Downgrading libpq5 to 8.2.11-1 solves the xemacs issue for me.

Marco,

While I'm glad to finally have properly versioned PostgreSQL DLLs, we do 
need to worry about not breaking everything in the distro (and Ports) 
which is linked against the old, unversioned cygpq.dll.

I suggest renaming the old libpq5-8.x packages on sourceware to libpq, 
and changing all libpq5 deps in the distro to libpq, namely for:

algol68g
clisp
libQtSql4
libsasl2-sql
odbc-psql
xemacs

Can you take care of this, or shall I?

> Before I downgraded I tried to symlink cygpq.dll to cygpq-5.dll, but this
> caused xemacs to silently fail to start.

The Windows runtime linker doesn't understand symlinks, so that wouldn't 
have worked.


Yaakov


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

