public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/30741]  New: Error when trying to compile under DOS on a Vista machine
@ 2007-02-09  3:01 ggiordano at verizon dot net
  2007-02-09  3:10 ` [Bug c/30741] " dj at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ggiordano at verizon dot net @ 2007-02-09  3:01 UTC (permalink / raw)
  To: gcc-bugs

I installed DJGPP on my new laptop running Vista.  When I type gcc filename.c I
get the following error:

C:\DJGPP\gcc410b\bin>GCC PROG1.C
gcc.exe: Internal error: (null) (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I'm a hardware engineer taking my first C class andI have no idea what this
means. This program compiles and runs fine on my XP machine as well as on my
WIN2000 machine.  Is this related to Vista or is it possible I didn't install
DJGPP correctly?


-- 
           Summary: Error when trying to compile under DOS on a Vista
                    machine
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ggiordano at verizon dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30741


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/30741] Error when trying to compile under DOS on a Vista machine
  2007-02-09  3:01 [Bug c/30741] New: Error when trying to compile under DOS on a Vista machine ggiordano at verizon dot net
@ 2007-02-09  3:10 ` dj at redhat dot com
  2007-02-09  3:43 ` ggiordano at verizon dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dj at redhat dot com @ 2007-02-09  3:10 UTC (permalink / raw)
  To: gcc-bugs



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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/30741] Error when trying to compile under DOS on a Vista machine
  2007-02-09  3:01 [Bug c/30741] New: Error when trying to compile under DOS on a Vista machine ggiordano at verizon dot net
  2007-02-09  3:10 ` [Bug c/30741] " dj at redhat dot com
@ 2007-02-09  3:43 ` ggiordano at verizon dot net
  2007-02-09 19:15 ` dj at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ggiordano at verizon dot net @ 2007-02-09  3:43 UTC (permalink / raw)
  To: gcc-bugs



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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/30741] Error when trying to compile under DOS on a Vista machine
  2007-02-09  3:01 [Bug c/30741] New: Error when trying to compile under DOS on a Vista machine ggiordano at verizon dot net
  2007-02-09  3:10 ` [Bug c/30741] " dj at redhat dot com
  2007-02-09  3:43 ` ggiordano at verizon dot net
@ 2007-02-09 19:15 ` dj at redhat dot com
  2007-02-11  1:44 ` ggiordano at verizon dot net
  2007-09-11 10:15 ` [Bug target/30741] " fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dj at redhat dot com @ 2007-02-09 19:15 UTC (permalink / raw)
  To: gcc-bugs



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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/30741] Error when trying to compile under DOS on a Vista machine
  2007-02-09  3:01 [Bug c/30741] New: Error when trying to compile under DOS on a Vista machine ggiordano at verizon dot net
                   ` (2 preceding siblings ...)
  2007-02-09 19:15 ` dj at redhat dot com
@ 2007-02-11  1:44 ` ggiordano at verizon dot net
  2007-09-11 10:15 ` [Bug target/30741] " fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ggiordano at verizon dot net @ 2007-02-11  1:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ggiordano at verizon dot net  2007-02-11 01:44 -------
Subject: Re:  Error when trying to compile under DOS on a Vista
 machine

I had already installed DJGPP at work and it worked fine (Windows 2K).  I
installed it at home on my XP system and it didn't work.  I installed it at
home on my Vista machine and it didn't work.  I took my Vista laptop to work,
copied the complete install from my W2K machine onto my Vista machine and it
now works.  I have no idea why.  I did all of this installing over a period of
3 days so I don't think I was doing anything differently each time.  I don't
need it on my XP home machine so I deleted it.

As a hardware engineer, I find all this very puzzling but its now all working
so I'll move on.  Do I need to file an update to the bug or can you just close
it out?

Thanks for following up.

From: dj at redhat dot com <gcc-bugzilla@gcc.gnu.org>
Date: 2007/02/09 Fri PM 01:14:59 CST
To: ggiordano@verizon.net
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 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/30741] Error when trying to compile under DOS on a Vista machine
  2007-02-09  3:01 [Bug c/30741] New: Error when trying to compile under DOS on a Vista machine ggiordano at verizon dot net
                   ` (3 preceding siblings ...)
  2007-02-11  1:44 ` ggiordano at verizon dot net
@ 2007-09-11 10:15 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-09-11 10:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from fxcoudert at gcc dot gnu dot org  2007-09-11 10:15 -------
(In reply to comment #4)
> Do I need to file an update to the bug or can you just close it out?

Closing.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30741


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-09-11 10:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-09  3:01 [Bug c/30741] New: Error when trying to compile under DOS on a Vista machine ggiordano at verizon dot net
2007-02-09  3:10 ` [Bug c/30741] " dj at redhat dot com
2007-02-09  3:43 ` ggiordano at verizon dot net
2007-02-09 19:15 ` dj at redhat dot com
2007-02-11  1:44 ` ggiordano at verizon dot net
2007-09-11 10:15 ` [Bug target/30741] " fxcoudert at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).