X-Recipient: archive-cygwin AT delorie DOT 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 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 AT cygwin DOT com Subject: Re: Updated: clisp-2.44-1 for cygwin References: <47A799BA DOT 40801 AT x-ray DOT at> <47A923D0 DOT 6000506 AT aim DOT com> <47A92CBD DOT 7090008 AT cygwin DOT com> <47A9308A DOT 3070802 AT byu DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/