| 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 |
| Date: | Fri, 9 Aug 2002 23:36:24 +0200 (MEST) |
| From: | Nemeth Marton <nm127 AT hszk DOT bme DOT hu> |
| X-X-Sender: | nm127 AT ural2 |
| To: | cygwin AT cygwin DOT com |
| Subject: | program that doesn't require cygwin1.dll |
| Message-ID: | <Pine.GSO.4.44.0208092332410.962-100000@ural2> |
| MIME-Version: | 1.0 |
| X-MIME-Autoconverted: | from QUOTED-PRINTABLE to 8bit by delorie.com id g79LaY900536 |
Hi!
I read in the FAQ (http://cygwin.com/faq/faq_4.html#SEC95) that $SUBJECT
is not possible.
But what about the Hello World! program with:
gcc -mno-cygwin hello.c
Márton Németh
Student of Budapest University of Technology and Economics, Hungary
hello.c contains:
----------------------
#include <stdio.h>
int main() {
printf("Hello World!\n");
return 0;
}
----------------------
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |