Message-Id: <199809041845.OAA15564@delorie.com> Reply-To: <@lux.iuakk.fi> From: "Sami Narhi" To: Subject: Hi Date: Fri, 4 Sep 1998 21:38:01 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Precedence: bulk How do you compile .c to .exe ? When I for example try to compile this file (test.c) to test.exe : #include int main () { printf ("%d \n" 10 //* / 2 //*/ 1 ); return 0; } like this : GCC TEST.C It says gcc.exe: test.c: No such file or directory (ENOENT) gcc.exe: No input files And if I include some switches it says: CAN'T FIND STUDIO.H or something. Whats wrong ??? sami DOT narhi AT avenet DOT fi