delorie.com/archives/browse.cgi | search |
From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Problem with DJGPP on WIN 2000 |
Date: | 19 Aug 2002 11:03:20 GMT |
Organization: | Aachen University of Technology (RWTH) |
Lines: | 30 |
Message-ID: | <ajqj9o$mhv$1@nets3.rz.RWTH-Aachen.DE> |
References: | <20020817132115 DOT 51226 DOT qmail AT web40110 DOT mail DOT yahoo DOT com> |
NNTP-Posting-Host: | acp3bf.physik.rwth-aachen.de |
X-Trace: | nets3.rz.RWTH-Aachen.DE 1029755000 23103 137.226.32.75 (19 Aug 2002 11:03:20 GMT) |
X-Complaints-To: | abuse AT rwth-aachen DOT de |
NNTP-Posting-Date: | 19 Aug 2002 11:03:20 GMT |
Originator: | broeker@ |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
yossi khalon <ykhalon AT yahoo DOT com> wrote: > One thing I have noticed is when I run 'gnu' compiler > using make file I got Rational Window open that stop > the make process and ask me to confirm my license. > After I confirm it the make (compile) continues. This is a rather sure symptom of a PATH conflict. You obviously have other programs' paths in front of c:\djgpp\bin in the actual %PATH%. Including that of Rational Rose. > (The computer PATH is set PATH=C:DJGPPBIN;%PATH% No, it isn't. That's one part of how you tried to *set up* the PATH, but not the whole picture. The important part is what you get if you echo %PATH% or set | find /i "path" in the shell you want to execute the DJGPP program in. > What is the different between cgwin and DJGPP commands > (ls.exe etc.) ? Cygwin executables are Win32 command line applications. DJGPP executables are DOS programs. They're run by entirely different subsystems of NT/Win2K. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |