X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <47AA9F01.6060306@x-ray.at>
Date: Thu, 07 Feb 2008 07:02:41 +0100
From: Reini Urban <rurban@x-ray.at>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Updated: clisp-2.44-1 for cygwin
References: <47A799BA.40801@x-ray.at> <47A923D0.6000506@aim.com> <47A92CBD.7090008@cygwin.com> <47A9308A.3070802@byu.net>
In-Reply-To: <47A9308A.3070802@byu.net>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
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

Eric Blake schrieb:
> According to Larry Hall (Cygwin) on 2/5/2008 8:42 PM:
> |>      $ /usr/bin/clisp -norc -q -K full || echo $?
> |>      53
> |> No such error is returned for the base set of modules for either version
> |> 2.43-2 or 2.44-1:
> |>
> |>      $ /usr/bin/clisp -q -norc -K base || echo $?
> |>      [1]>_
> |>
> | Sounds like it could be a missing dependency problem.  Does 'cygcheck
> | clisp' report any missing DLLs?
> 
> Yep.  Looking at the strace, -K full triggers the exec of
> /lib/clisp-2.44/full/lisp.exe, which complains:
> $ cygcheck /lib/clisp-2.44/full/lisp
> c:\cygwin\lib/clisp-2.44/full/lisp.exe
> ...
> Error: could not find cygpq5.dll
> 
> Yet:
> $ cygcheck -p cygpq5
> Found 0 matches for cygpq5.
> 
> So, what is cygpq5.dll, and has it ever been in the distribution?  At any
> rate, it looks like clisp needs to be rebuilt to either provide this dll
> or not link against it.

Oh my! Sorry for that.

I have explictly -lpq in my clisp full linker line, but my new 
postgresql-8.2 forward library /lib/libpq.a loads cygpq5.dll,
not cygpq.dll.

So I'll upload a new clisp-2.44-2 and fix my internal test packages for 
postgresql 8.2 and the new 8.3 to use the old name and do the dll 
versioning optional.
8.3 will be the new test postgresql package soon.
-- 
Reini Urban

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

