X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <472A655B.DB6F6874@dessent.net> Date: Thu, 01 Nov 2007 16:46:35 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Cygwin1.dll References: <13539592 DOT post AT talk DOT nabble DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 sroberts82 wrote: > Can someone help me understand this, its probably really straightforward but > I can't find an answer for this. > Why is it when I build the most basic helloworld.exe and try and run it I > get told of a dependancy on cygwin1.dll? Why do I need this dll, and what When you build that program that calls printf("hello world"), where do you think that implementation of printf comes from? On linux you have a libc.so, on Cygwin you have a cygwin1.dll, they are analogous. > how do I build to avoid needing this? You don't. Or you use something other than Cygwin. Brian -- 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/