Mail Archives: djgpp/1996/05/26/12:39:07
On 26 May 1996, Johan De Messemaeker wrote:
> A program like this :
>
> #include <stdio.h>
>
> 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.
- Raw text -