From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: cygwin+djgpp Date: Mon, 6 Jan 2003 18:33:20 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 34 Message-ID: <3e19bd8d$0$3214$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.6.191.239 X-Trace: 1041874317 news.freenet.de 3214 213.6.191.239:3332 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "D.S." wrote in message news:n1fS9.64608$Q%4 DOT 2054173 AT news1 DOT tin DOT it... > Hi > i have just installed djgpp but have some problem compiling cpp files i have > an old cygwin installed on could thsi influence djgpp becouse i noticed i > have the same headers files in cygwin directory and djgpp\rhx... but can't > find any environment variabiles of cygwin in my registry or somewhere else(i > have XP). We get this question many times over. Read the FAQ and info on http://clio.rice.edu/djgpp/W2K_workaround.htm ... it might be helpful. You may not *mix* cygwin and djgpp installations. They must be kept seperate (they may not be permitted to "see" each other. The windows registry is irrelevant to most DJGPP apps... DJGPP is DOS. Only the correct system variables is important. Make sure you have you %DJGPP% variable set correctly. Running DJGPP under NT (2000, XP) is an art with many quirks. I know from experience. Please be much more specific in future questions. a: *exaclty* what problem are you having. I am no cpp specialist, but many here are. b: what version DJGPP are you using? What happens when you do a gpp --version from command line? c: What do you get when you do an "echo %DJGPP%" from your command line? Ben