This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: help with gcc


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@cygwin.com'
Subject: help with gcc


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]