delorie.com/archives/browse.cgi | search |
From: | Andris Pavenis <pavenis AT latnet DOT lv> |
To: | djgpp-workers AT delorie DOT com |
Subject: | Re: GCC-3.3 archives for DJGPP |
Date: | Fri, 16 May 2003 11:25:15 +0300 |
User-Agent: | KMail/1.5.1 |
References: | <200305152300 DOT 28518 DOT pavenis AT latnet DOT lv> |
In-Reply-To: | <200305152300.28518.pavenis@latnet.lv> |
MIME-Version: | 1.0 |
Message-Id: | <200305161125.15573.pavenis@latnet.lv> |
Reply-To: | djgpp-workers AT delorie DOT com |
On Thursday 15 May 2003 23:00, Andris Pavenis wrote: > GCC-3.3 archives for DJGPP are available from > > ftp://ftp.delorie.com/pub/djgpp/alpha/v2gnu/ > > please read > > ftp://ftp.delorie.com/pub/djgpp/alpha/v2gnu/gcc33.README > > for more information (however I only editted file from earlier version: > but updated URLs, etc). I have not tested them much, so they are not yet > in v2gnu. First problems with it: There is float.h in $DJDIR/lib/gcc-lib/djgpp/3.3/include which doesn't try to load the next one from $DJDIR/include. As result for example _control87() is not defined. Added '#include_next <float.h>' at begin of $DJDIR/lib/gcc-lib/djgpp/3.3/include/float.h to workaround this problem Install tools in $DJDIR/lib/gcc-lib/djgpp/3.3/install-tools doesn't seem to work. Had to reinstall my build of CVS version of DJGPP after messing with them. Had many messages about reordered initializers in constructors for TVision classes. GCC wants virtual base to be specified at start. It was not so with earlier GCC versions. Andris
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |