X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=AWL,BAYES_00,TW_GJ,TW_GX,TW_UU,TW_XC,TW_YG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4C30EA7A.9070104@informatik.uni-luebeck.de> Date: Sun, 04 Jul 2010 22:09:30 +0200 From: Falk Sticken User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de-AT; rv:1.8.1.23) Gecko/20090825 SeaMonkey/1.1.18 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 1.7.5: Error when invoking ghostscript (gs) References: <4C30730E DOT 10600 AT informatik DOT uni-luebeck DOT de> <1278272106 DOT 1864 DOT 2 DOT camel AT YAAKOV04> In-Reply-To: <1278272106.1864.2.camel@YAAKOV04> 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 Yaakov (Cygwin/X) wrote: > On Sun, 2010-07-04 at 13:39 +0200, Falk Sticken wrote: >> when I try to invoke gs from the Cygwin shell prompt, I get following >> error message: >> /usr/bin/gs.exe: error while loading shared libraries: ?: cannot open >> shared object file: No such file or directory > > ldd /usr/bin/gs.exe will show you what your missing; in this case, I > think you need to install libjpeg62. $ ldd /usr/bin/gs.exe ntdll.dll => /cygdrive/c/Windows/SysWOW64/ntdll.dll (0x76fd0000) kernel32.dll => /cygdrive/c/Windows/syswow64/kernel32.dll (0x75140000) KERNELBASE.dll => /cygdrive/c/Windows/syswow64/KERNELBASE.dll (0x76b20000) cyggs-8.dll => /usr/bin/cyggs-8.dll (0x10000000) cygX11-6.dll => /usr/bin/cygX11-6.dll (0x6c140000) cyggcc_s-1.dll => /usr/bin/cyggcc_s-1.dll (0x67f00000) cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000) ADVAPI32.DLL => /cygdrive/c/Windows/syswow64/ADVAPI32.DLL (0x75670000) msvcrt.dll => /cygdrive/c/Windows/syswow64/msvcrt.dll (0x74d80000) sechost.dll => /cygdrive/c/Windows/SysWOW64/sechost.dll (0x76920000) RPCRT4.dll => /cygdrive/c/Windows/syswow64/RPCRT4.dll (0x75040000) SspiCli.dll => /cygdrive/c/Windows/syswow64/SspiCli.dll (0x74b40000) CRYPTBASE.dll => /cygdrive/c/Windows/syswow64/CRYPTBASE.dll (0x74b30000) cygxcb-1.dll => /usr/bin/cygxcb-1.dll (0x6e7c0000) cygXau-6.dll => /usr/bin/cygXau-6.dll (0x64000000) cygXdmcp-6.dll => /usr/bin/cygXdmcp-6.dll (0x61440000) cygXt-6.dll => /usr/bin/cygXt-6.dll (0x689c0000) cygICE-6.dll => /usr/bin/cygICE-6.dll (0x6a340000) cygSM-6.dll => /usr/bin/cygSM-6.dll (0x68e40000) cyguuid-1.dll => /usr/bin/cyguuid-1.dll (0x64ec0000) cygcairo-2.dll => /usr/bin/cygcairo-2.dll (0x6dac0000) cygXrender-1.dll => /usr/bin/cygXrender-1.dll (0x6f600000) cygfontconfig-1.dll => /usr/bin/cygfontconfig-1.dll (0x692c0000) cygexpat-1.dll => /usr/bin/cygexpat-1.dll (0x66ec0000) cygfreetype-6.dll => /usr/bin/cygfreetype-6.dll (0x6e080000) cygz.dll => /usr/bin/cygz.dll (0x320000) cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x674c0000) cygglitz-1.dll => /usr/bin/cygglitz-1.dll (0x6a180000) cygpixman-1-0.dll => /usr/bin/cygpixman-1-0.dll (0x6fb40000) cygpng12.dll => /usr/bin/cygpng12.dll (0x6f200000) cygxcb-render-util-0.dll => /usr/bin/cygxcb-render-util-0.dll (0x6db80000) cygxcb-render-0.dll => /usr/bin/cygxcb-render-0.dll (0x68c00000) cygjasper-1.dll => /usr/bin/cygjasper-1.dll (0x65200000) cygjpeg-7.dll => /usr/bin/cygjpeg-7.dll (0x66e00000) Does not seem to be the problem. bye, Falk -- 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