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 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: help with gcc Date: Thu, 18 Mar 2004 08:27:13 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Neto, Antonio Jose Rodrigues" To: X-OriginalArrivalTime: 18 Mar 2004 16:27:13.0467 (UTC) FILETIME=[DEA688B0:01C40D05] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i2IGTgpJ027603 Dave Korn Thanks so much for your help. Cheers neto -----Original Message----- From: Neto, Antonio Jose Rodrigues Sent: Thursday, March 18, 2004 10:51 AM To: 'cygwin AT cygwin DOT com' Subject: help with gcc Hi All, Could you help me? I wrote a simple program. -------- hello.c -------- #include main() { printf("hello"); } After this gcc -o hello hello.c Now, I need to send this program to another person that don't have cygwin1.dll. So, they cannot execute the exe file without the dll. Is is possible to generate a exe file that don't needs the dll of cygwin? TIA Best Regards neto -- 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/