X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Mon, 17 Dec 2007 11:23:50 +0100 From: "Marko Loparic" To: cygwin AT cygwin DOT com Subject: making executable independent of cygwin with gcc MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 6d3a19bd29679724 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 Hi, Is there a way to create an executable from a C source that will run on windows without cygwin? The gcc command I use is simply: gcc -I. -lm -g -o unit_comm $(objects) The error I get when running the program in a windows system without cygwin is: "This application has failed to start because cygwin1.dll was not found. Re-installing the application may fix the problem." Thanks a lot in advance! Marko -- 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/