X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <47A94BD7.4020100@aim.com> Date: Wed, 06 Feb 2008 00:55:35 -0500 From: Mark Harig User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Updated: clisp-2.44-1 for cygwin Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AOL-IP: 68.230.250.14 X-Mailer: Unknown (No Version) 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 wrote: > $ cygcheck /lib/clisp-2.44/full/lisp > c:\cygwin\lib/clisp-2.44/full/lisp.exe > ... > Error: could not find cygpq5.dll Was cygpq5.dll the only missing file reported? I repeated your command and found that cygfcgi-0.dll is also needed/missing. (See below for the full listing of cygcheck.) > So, what is cygpq5.dll, and has it ever been in the distribution? It might be a typo (in the procedures that compile/link clisp). Possibly, 'cygpq.dll' is needed. It is a library included in the Cygwin package named 'libpq4'. Is there a newer version 'libpq5' that has not been created for Cygwin yet? $ cygcheck -f /usr/bin/cygpq.dll libpq4-8.0.7-1 The Clisp documentation specifies that the full set of modules will include a postgresql and a fastCGI module. The DLLs that provide this support appear to be missing. ---- Full listing for cygcheck of the full and base lisps. $ cygcheck /lib/clisp-2.44/full/lisp.exe C:\cygwin\lib/clisp-2.44/full/lisp.exe C:\cygwin\bin\cygcrypt-0.dll C:\cygwin\bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\RPCRT4.dll C:\WINDOWS\system32\Secur32.dll C:\cygwin\bin\cygdb-4.3.dll Error: could not find cygfcgi-0.dll C:\cygwin\bin\cyggdbm-4.dll C:\cygwin\bin\cygiconv-2.dll C:\cygwin\bin\cygintl-8.dll C:\cygwin\bin\cygncurses-8.dll C:\cygwin\bin\cygpcre-0.dll Error: could not find cygpq5.dll C:\cygwin\bin\cygreadline6.dll C:\WINDOWS\system32\USER32.dll C:\WINDOWS\system32\GDI32.dll C:\cygwin\bin\cygz.dll C:\WINDOWS\system32\OLE32.dll C:\WINDOWS\system32\msvcrt.dll C:\WINDOWS\system32\OLEAUT32.DLL Error: could not find cygfcgi-0.dll Error: could not find cygfcgi-0.dll Error: could not find cygfcgi-0.dll Error: could not find cygfcgi-0.dll Error: could not find cygfcgi-0.dll By contrast, /lib/clisp-2.44/base/lisp.exe is not missing any libraries: $ cygcheck /lib/clisp-2.44/base/lisp.exe C:\cygwin\lib/clisp-2.44/base/lisp.exe C:\cygwin\bin\cygcrypt-0.dll C:\cygwin\bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\RPCRT4.dll C:\WINDOWS\system32\Secur32.dll C:\cygwin\bin\cygiconv-2.dll C:\cygwin\bin\cygintl-8.dll C:\cygwin\bin\cygncurses-8.dll C:\cygwin\bin\cygreadline6.dll C:\WINDOWS\system32\USER32.dll C:\WINDOWS\system32\GDI32.dll C:\WINDOWS\system32\OLE32.dll C:\WINDOWS\system32\msvcrt.dll C:\WINDOWS\system32\OLEAUT32.DLL -- 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/