X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: 24 May 2004 08:03:49 +0200 Message-Id: From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: <20040524033319.GA718@monty> (message from The Thanh Han on Mon, 24 May 2004 10:33:19 +0700) Subject: Re: building djgpp cross-compiler for gcc-2.95.2 on linux -- where to find build-djgpp.sh References: <20040524033319 DOT GA718 AT monty> 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 > Date: Mon, 24 May 2004 10:33:19 +0700 > From: The Thanh Han > > > My efforts toward building a linux-hosted msdosdjgpp targetted > > crosscompiler were finally succesfull after I tried the build-djgpp.sh > > script with > > > > djcrx202.zip > > gcc-2.95.2.tar.gz > > binutils-2.9.1.tar.gz > > However I cannot find the script build-djgpp.sh mentioned above. Can > someone please give me a hint where I can get it? Try looking in gcc2952s2.zip on the DJGPP ftp site. Failing that, perhaps the version of the script in gcc332s2.zip will help. > ./unpack-gcc.sh: cd: diffs/source: No such file or directory > ./unpack-gcc.sh: cd: diffs/build.gcc: No such file or directory > ./unpack-gcc.sh: cd: diffs/install.gcc: No such file or directory > ... > > I would like to ask whether those errors are serious, and what I should > try to fix them? They are serious: those diffs are to be applied as patches to the official sources. The script does that using the Patch utility, which needs those diffs as input. However, if you use the sources from gccXYZs.zip, then you don't need to patch the sources, as gccXYZs.zip comes with files that are already patched.