From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10212290534.AA21910@clio.rice.edu> Subject: Re: cvs build on win2k laptop To: djgpp-workers AT delorie DOT com Date: Sat, 28 Dec 2002 23:34:22 -0600 (CST) In-Reply-To: <10212220612.AA01746@clio.rice.edu> from "Charles Sandmann" at Dec 22, 2002 12:12:49 AM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I'm having all sorts of problems. Make fails with pipe can't find > directory errors. I set shell=/djgpp/bin/sh, that went away. This was caused by the Rational Toolset. It installs a sh.exe and sets SHELL environment variable to point to it. When I remove it's definition of "SHELL" this problem goes away. I was completely unaware this was on my box. I'll remember this one for a diagnose program someday ... > But then makemake fails. Entering command.com makes that one go away > sometimes. This was caused by a stale "makemake.exe" on my system - it seems these utility programs don't have dependencies so never get rebuilt. The makemake.exe didn't include W2K patches for the crt0 address wrap, and the new box obviously fragments memory more. Deleting the .exe files in the tree and rebuilding them with the current 2.03 or CVS fixed this problem. (I also had to delete chew.exe - and also "chew." which would be executed and not rebuild chew.exe, but anyway...) So it was all pilot error...