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 Date: Fri, 9 Aug 2002 23:36:24 +0200 (MEST) From: Nemeth Marton X-X-Sender: nm127 AT ural2 To: cygwin AT cygwin DOT com Subject: program that doesn't require cygwin1.dll Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-2 Content-Transfer-Encoding: 8bit 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 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/