Date: Thu, 12 Oct 2000 09:30:25 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Roger S Gay cc: djgpp AT delorie DOT com Subject: Re: Win 2000 and "forcedos" In-Reply-To: <009401c03400$c978b7b0$7331b8a1@r2n9v5> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 11 Oct 2000, Roger S Gay wrote: > I just migrated to W2K a week ago, and am having no joy at all compiling cpp > pgms using gxx. No outputs, no error messages, no nothing ! gcc with -lstdcx > seems to work though. Try using gpp instead of gxx. It should work. > Is this related to the topic of this thread (forcedos) in that gxx cannot > make the call to gcc? gxx *can* make call to gcc, but when gcc then calls cpp, the NT DOS box crashes or otherwise misbehaves. > I'm afraid I lurk in the djgpp newsgroup rather infrequently; my apologies > if this has come up before but I would appreciate a pointer to a prior > thread or workaround See, that's the problem: we don't know about any workarounds. Using gpp, you should be able to compile from the command line, but you cannot compile from Make or RHIDE or Emacs. Someone suggested that using FORCEDOS might help. However, it doesn't look like it helps, see the other messages in trhis thread.