This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/30741] Error when trying to compile under DOS on a Vista machine



------- Comment #2 from ggiordano at verizon dot net  2007-02-09 03:42 -------
Subject: Re:  Error when trying to compile under DOS on a Vista
 machine

That was it.  I thought I'd been mixing case all along and that it didn't
matter under DOS but apparantly I'm mistaken.

Now, it won't recognize stdio.h.  I think this is an install problem.  I wish
there was a simpler install of gcc instead of this DJGPP.

Thanks.

From: dj at redhat dot com <gcc-bugzilla@gcc.gnu.org>
Date: 2007/02/08 Thu PM 09:10:36 CST
To: ggiordano@verizon.net
Subject: [Bug c/30741] Error when trying to compile under DOS on a Vista
machine



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]