Mail Archives: djgpp/1993/08/10/11:28:01
> When I try to compile any program I get the following message :
> gcc : bad command or file name.
Add the -v (verbose) option to gcc and it will display the commands which it
is executing. That should tell you what is missing. Since you sometimes get
some messages, I would guess that you might be missing the assembler. The
other common problem is that the C++ compiler was packaged separately before
release 1.10; a very common problem was C works, C++ fails because the C++
compiler was missing.
- Raw text -