X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10112092336.AA15828@clio.rice.edu> Subject: Re: DJGPP 2.03 update To: djgpp-workers AT delorie DOT com Date: Sun, 9 Dec 2001 17:36:00 -0600 (CST) In-Reply-To: from "Eli Zaretskii" at Dec 09, 2001 11:56:26 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 just found a problem with the refresh (which is a problem in our build procedures?). dxegen.exe was built using the old libc instead of the new one. Since it nests (to call ld) this isn't good, this could cause a crash if using dxegen in a makefile. It seems the dxe/makefile should do something different for $(BIN)/dxegen.exe like stub/makefile does? OK, I'm sure I need to build at least one more version of the binaries.