This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/30741] Error when trying to compile under DOS on a Vista machine
- From: "dj at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Feb 2007 03:10:35 -0000
- Subject: [Bug c/30741] Error when trying to compile under DOS on a Vista machine
- References: <bug-30741-14074@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from dj at redhat dot com 2007-02-09 03:10 -------
For starters, gcc is case sensitive. When you passed it PROG1.C instead of
prog1.c, you're telling it to compile a C++ program. Did you install the C++
compiler? Do you get the same error if you use prog1.c instead of PROG1.C ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30741