Date: Thu, 5 Jun 1997 11:35:50 +0300 (IDT) From: Eli Zaretskii To: barc0033 AT centre DOT uwi DOT tt cc: djgpp AT delorie DOT com Subject: Re: Problem Compiling GCC 2.7.2.1 for DJGPP In-Reply-To: <865479592.26082@dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 4 Jun 1997 barc0033 AT centre DOT uwi DOT tt wrote: > The "install" file says I have to run > "make stage1", then recompile with the new xgcc. This is where the problem > is, I can't get it work, it can't find what it is looking for, but, from > the context I copied the files to stage1/ it then looks for "crt0.o" which > I found in /djgpp/lib and can't find it either. What am I doing wrong? Patient: Doctor, when I move my hand this way, it hurts! Doctor: Then don't do that. Seriously, you just don't need to compile gcc with xgcc in this case, because you did that originally. The extra stage is for the cases where the first xgcc is built with non-GNU compiler. Since that is the case, nobody bothered to have "make stage1" work on MS-DOS. If you feel you would like to have gcc compiled with itself, just rename xgcc.exe to gcc.exe, delete the *.o and other intermediate files, then repeat the first two steps (run config.bat, then make) again.