Path: utzoo!attcan!uunet!unhd.unh.edu!dpc From: dpc@unhd.unh.edu (Dana P Cook) Newsgroups: comp.binaries.ibm.pc.d Subject: Gnu C compiler Message-ID: <1991Feb28.141436.14185@unhd.unh.edu> Date: 28 Feb 91 14:14:36 GMT Organization: University of New Hampshire Lines: 15 I wonder if somewone can help me out here. I am trying to use the gnu C compiler ported to dos, but I can't seem to get a running executable. I get the standard a.out file but it doesn't execute. I tried renaming to a .exe file but then running just hangs my machine. The program was as follows. main () { int a; int b; a = 10; b= a+1; }