Date: Sun, 14 Nov 1999 13:28:05 +0200 (WET) From: Andris Pavenis To: Laurynas Biveinis cc: Eli Zaretskii , DJGPP Workers Subject: Re: GCC porting questions In-Reply-To: <382E6BEB.5A7A3BC5@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Sun, 14 Nov 1999, Laurynas Biveinis wrote: > Andris Pavenis wrote: > > Currently building gcc for DJGPP requires LFN support and is tested under > > Win9X only. Bootstraping gcc is much too big task for Win9X DPMI server > > even if we'll have real symlink support (it will run out of descriptors > > much more early). > > Is it the same problem which occurs when build djdev - when you run make, > after some progress you get 'DOS error : no load memory' or similar? > > If so and if gcc bootstrap is restartable, would calling 'make bootstrap' > three or four or whatever times in a row work? At first we cannot simply restart bootstrapping from place build have crashed. Also crash in some places will force to do manual cleanup before one can restart (hint: try 'make configure-target-libio', cancel it with Ctrl-C and rerun, of course all this after 'make all-gcc') Andris