Date: Fri, 5 Mar 1999 09:16:28 -0500 Message-Id: <199903051416.JAA16129@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <36DE69B9.67BEBD80@transtech-design.com> (message from Adrian Cox on Thu, 04 Mar 1999 11:08:41 +0000) Subject: Re: linux to msdos cross compiler References: <36DD73A4 DOT 9A094239 AT transtech-design DOT com> <36DE69B9 DOT 67BEBD80 AT transtech-design DOT com> Reply-To: djgpp AT delorie DOT com This means that djgpp's specs file needs to be copied into the gcc build tree? Or at least, put somewhere that the build will use it properly. Try adding "-v" to the command you commented out, and see if it tells you which specs it's using. It should be using djgpp's. > The build process of gcc-2.8.1 does not know that it needs to use that > specs file to build libgcc1-test, and will thus fail. One solution is to > disable the building of libgcc1-test in gcc/Makefile after you > configure: