Date: Wed, 14 Jun 2000 13:24:39 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Robert Boles cc: djgpp AT delorie DOT com Subject: Re: DLX and C++ In-Reply-To: <8i62l2$4gmc$1@newssvr03-int.news.prodigy.com> 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 Tue, 13 Jun 2000, Robert Boles wrote: > However, if you rebuild the dlxgen.exe with an older DJGPP distribution, and > try to create dxl's with this, even with *.o's made with the latest DJGPP, > everything works fine, at least for me. So, the problem is with the > dlxgen.exe program, not c++ target files. I'm not sure your conclusion is valid. Did you try to build dlxgen with the latest DJGPP library, and then switch to previous DJGPP version when creating DLX's? Or the other way around? You see, the DJGPP distribution (djdevNNN.zip) is more than just the library. It changes other crucial components of the development environment, such as the specs file and the linker script. It's possible (quite probable, actually) that your problem is with one of these, not with the library. > I am defiantly thinking of going back one DJGPP rev. A mistake, IMHO. DJGPP v2.02 had several grave bugs in the library that far outweigh the problems you mention.