at redhat dot com <[EMAIL PROTECTED]>
Date: 2007/02/09 Fri PM 01:14:59 CST
To: [EMAIL PROTECTED]
Subject: [Bug c/30741] Error when trying to compile under DOS on a Vista
machine
--- Comment #3 from dj at redhat dot com 2007-02-09 19:14 ---
Did you follow the zip-picker instructions? You
--- Comment #3 from dj at redhat dot com 2007-02-09 19:14 ---
Did you follow the zip-picker instructions? You have to use a djgpp-aware
unzip program to install, or the filenames get all messed up.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30741
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 <[EMAIL PROTECTED]>
Date: 2007/02/08 Thu PM 09:10:36 CST
To: [EMAIL PROTECTED]
Subject: [Bug c/30741] Error when trying
--- 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