Mail Archives: djgpp/1997/09/16/08:42:01
On Tue, 16 Sep 1997, *** Brett *** wrote:
> I cannot compile from the command line anymore with instructions like gcc -c
> file.cc -o file.o OR gcc file.cc. It always comes up with cpp.exe: : not
> found (ENOENT) -- or something to that effect.
Please make a point of reporting the error messages exactly, not
``something to that effect''. It is very hard to remote-debug your
problems when you don't even tell what's printed on your screen.
Please add -v to the gcc command line and post everything that's
printed. You might want to redirect the messages to a file. The
easiest way to do that is by running gcc via `redir' utility:
redir -o gcc.log -eo gcc -v -c file.cc
The messages get redirected to the file gcc.log, which you should
post.
- Raw text -