Message-ID: From: "Andris Pavenis" To: Peter Gerwinski Date: Fri, 12 Mar 1999 13:51:04 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: DJGPP binaries of egcs-1.1.2-pre3 available for testing CC: djgpp-workers AT delorie DOT com In-reply-to: <19990311223939.A232@esmeralda.gerwinski.de> References: ; from Andris Pavenis on Wed, Mar 10, 1999 at 07:17:08PM +0200 X-mailer: Pegasus Mail for Win32 (v3.02b14) Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 11 Mar 99, at 22:39, Peter Gerwinski wrote: > Hello! > > > We can expect release of egcs-1.1.2 next week. So before it is available > > I built last prerelease egcs-1.1.2-pre3 together with libg++-2.8.1.3 and > > last available GPC beta (19990118). I'm not going to do much works with > > Objective C or Pascal but archives are available. > > > > So please test the binaries. > > I did so for GNU Pascal. > > DJGPP does not like the complicated scripts in the Makefile of > the GPC test suite (subdirectory `test' in the GPC source), so > I ran some 100 of the tests manually, and they all passed. > > Furthermore, I successfully compiled a real-world application > with this GPC binary. > > I consider it okay. > Unfortunatelly there is one problem. Hack to avoid race situations with creation of temporary failes causes creating unneccessary temporary files by gpc.exe (I have $TMPDIR set to RAMdisk and there is limit of number of files in root directory). I should be fix it. Andris