X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 2 Sep 2010 10:20:11 +0800 Message-ID: Subject: Re: Build S-Lang Fail From: Steven Woody To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 2 September 2010 10:12, Steven Woody wrote: > On 25 August 2010 20:58, Csaba Raduly wrote: >> On Sun, Aug 22, 2010 at 8:15 PM, Steven Woody =A0wrote: >>> >>> $ ldd /usr/lib/gcc/i686-pc-cygwin/4.3.4/cc1.exe >>> =A0 =A0 =A0 =A0ntdll.dll =3D> /cygdrive/c/WINDOWS/system32/ntdll.dll (0= x7c920000) >>> =A0 =A0 =A0 =A0kernel32.dll =3D> /cygdrive/c/WINDOWS/system32/kernel32.= dll (0x7c800000) >>> =A0 =A0 =A0 =A0cyggcc_s-1.dll =3D> /usr/bin/cyggcc_s-1.dll (0x67f00000) >>> =A0 =A0 =A0 =A0cygwin1.dll =3D> /usr/bin/cygwin1.dll (0x61000000) >>> =A0 =A0 =A0 =A0ADVAPI32.DLL =3D> /cygdrive/c/WINDOWS/system32/ADVAPI32.= DLL (0x77da0000) >>> =A0 =A0 =A0 =A0RPCRT4.dll =3D> /cygdrive/c/WINDOWS/system32/RPCRT4.dll = (0x77e50000) >>> =A0 =A0 =A0 =A0Secur32.dll =3D> /cygdrive/c/WINDOWS/system32/Secur32.dl= l (0x77fc0000) >>> =A0 =A0 =A0 =A0cyggmp-3.dll =3D> /usr/bin/cyggmp-3.dll (0x63f40000) >>> =A0 =A0 =A0 =A0cygmpfr-1.dll =3D> /usr/bin/cygmpfr-1.dll (0x6cd80000) >>> >> >> You could either run ldd on the DLLs (cyggcc_s-1.dll, cyggmp-3.dll and >> cygmpfr-1.dll) or use depends.exe (http://www.dependencywalker.com/) >> to try to identify the missing DLL. >> > > I tried on these dll that you mentioned, but still not find anything miss= ed :( > Opps, I then tried with Dependency Walker on cc-1.exe, it prompted a warnin= g: "Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module." But I seems don't give me further information about what is the module that cause the problem. Can you help, thanks! -- 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