From: pavenis AT lanet DOT lv To: Maurice Lombardi , djgpp AT delorie DOT com Date: Wed, 20 Sep 2000 11:26:31 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: ANNOUNCE: Binutils 2.10 update #2 Message-ID: <39C89EE7.3504.BDF2B@localhost> In-reply-to: <39C7B008.E24F741C@ujf-grenoble.fr> X-mailer: Pegasus Mail for Win32 (v3.12c) 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 19 Sep 2000, at 20:27, Maurice Lombardi wrote: > In fact the only significant change was related to the losing of DPMI handles > which motivated the splitting of the compilation of the gcc suite in several > steps launched by build.bat > With this respect one compiler more is one compiler too many. > I thus modified build.bat and djbuild1.sh to enable a compilation of only a > subset of the compilers (and associated libraries) by typing e.g. > build pascal > build pascal f77 Java is not working anyway (at least I was not able to build libgcj for DJGPP). Also I don't think anybody will complain if CHILL will be left out (I even don't know what this language looks like). Another idea could be trying --enable-c-cpplib when configuring gcc. I tried this with egcs-1.1.2 and got binaries where cpp is integrated into cc1, cc1plus, etc. I don't know how it lives together with Pascal and I also haven't tried it with gcc-2.95.X. Andris