Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "Alex Vinokur" Subject: Re: gcc version 3.3.1 (cygming special) Date: Mon, 22 Sep 2003 15:45:47 +0300 Lines: 47 Message-ID: References: <20030922115830 DOT GL9981 AT cygbert DOT vinschen DOT de> X-Complaints-To: usenet AT sea DOT gmane DOT org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 "Corinna Vinschen" wrote in message news:20030922115830 DOT GL9981 AT cygbert DOT vinschen DOT de... > On Mon, Sep 22, 2003 at 02:36:32PM +0300, Alex Vinokur wrote: > > ------ Cygwin ------ > > $ gcc foo.c -o foo1.exe > > $ gcc foo.c -mno-cygwin -o foo2.exe > > > > ------ MinGW ------ > > $ gcc foo.c -o foo3.exe > > > > 1. What is the difference between foo1.exe and foo2.exe? > > 2. Is there any difference between foo2.exe and foo3.exe? > > Call cygcheck foo[123].exe. > $ cygcheck *.exe Found: .\foo1.exe foo1.exe C:\cygwin\bin\cygwin1.dll C:\WINNT\System32\KERNEL32.dll C:\WINNT\System32\NTDLL.DLL Found: .\foo2.exe foo2.exe C:\WINNT\System32\msvcrt.dll C:\WINNT\System32\KERNEL32.dll C:\WINNT\System32\NTDLL.DLL Found: .\foo3.exe foo3.exe C:\WINNT\System32\KERNEL32.dll C:\WINNT\System32\NTDLL.DLL C:\WINNT\System32\msvcrt.dll foo2.exe and foo3.exe contain the same dll's, however its _hierarchy_ of is different. Is it essential? ===================================== Alex Vinokur mailto:alexvn AT connect DOT to http://mathforum.org/library/view/10978.html ===================================== -- 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/