| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 |
| Subject: | help with gcc |
| Date: | Thu, 18 Mar 2004 05:51:01 -0800 |
| Message-ID: | <E27BD27C1B7D814E8A89B2EF56F6E96701241F40@svlexc04.corp.netapp.com> |
| X-MS-Has-Attach: | |
| X-MS-TNEF-Correlator: | |
| From: | "Neto, Antonio Jose Rodrigues" <Antonio DOT Jose DOT Rodrigues DOT Neto AT netapp DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| X-OriginalArrivalTime: | 18 Mar 2004 13:51:00.0266 (UTC) FILETIME=[0BC990A0:01C40CF0] |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id i2IDpPUF020486 |
Hi All,
Could you help me?
I wrote a simple program.
--------
hello.c
--------
#include <stdio.h>
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |