delorie.com/archives/browse.cgi | search |
From: | "Andrew Crabtree" <andrewc AT rosemail DOT rose DOT hp DOT com> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: More Info: Help with C++ compiler hanging |
Date: | Thu, 29 Jan 1998 15:54:23 -0800 |
Organization: | Hewlett Packard |
Lines: | 20 |
Message-ID: | <6ar4rh$sdh$1@rosenews.rose.hp.com> |
References: | <1326049675-286494872 AT mail DOT mtwp DOT k12 DOT pa DOT us> |
NNTP-Posting-Host: | ros51675cra.rose.hp.com |
Mime-Version: | 1.0 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Brian Ellis wrote in message <1326049675-286494872 AT mail DOT mtwp DOT k12 DOT pa DOT us>... >What I mean by hanging is it runs through it's process but seems to stop at cc1plus. At the top of my >DOS window it says what file it is running, it goes through a number of files but gets stuck at cc1plus. It >never gives me another prompt. I have to kill the window and start again. Do you have access to a unix machine with the same version of gcc installed? I would try compiling it there and seeing if it works or not. >Meanwhile in my window title box it says "MS-DOS Prompt - cc1plus" and it won't give me another prompt. Its possibly that you are hitting an internal compiler error. Try adding -Q to your command line and see if it actual is getting through the file somewhat (-Q tells the compiler to print out what it is doing as it is going on, so you might be able to see on which function it is hanging). Andy
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |