Date: Sun, 26 May 1996 19:23:48 +0200 (IST) From: Eli Zaretskii To: Johan De Messemaeker Cc: djgpp AT delorie DOT com Subject: Re: Can`t compile In-Reply-To: <4o9pl4$di0@infoserv.rug.ac.be> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 26 May 1996, Johan De Messemaeker wrote: > A program like this : > > #include > > main() > { > printf("Hello"); > } > won't compile. Please supply relevant details. What does ``won't compile'' mean? Are there any error messages? Does it crash? If so, what does it write on the screen when it crashes? Does it hang your machine? Please post everything you see/feel/smell when you invoke gcc. Also, tell something about your system (how much RAM, what CPU, how much free disk space, what operating system). These details are important for the people who will try to help you: they cannot possibly guess what's going on on your machine. > I used 'gcc -v -o test.exe test.c', I get some text on my > screen but he stops with the sign `GCC version 2.7.2 - Compiled with GCC > version 2.7.2' (or something like that). What's the problem ? Please post the exact text of what gcc prints when invoked with -v switch. Also, invoke go32-v2 with no arguments from the DOS prompt and post what it prints.