From: bpaddock AT csonline DOT net (Bob Paddock) To: djgpp AT delorie DOT com Subject: Re: Building gcc-2.8.1 for DJGPP Date: Mon, 23 Mar 1998 06:22:36 -0500 Organization: is mostly via piles Reply-To: bpaddock AT csonline DOT net Message-ID: <8XkF1UQy8ACH092yn@csonline.net> References: In-Reply-To: Lines: 24 Precedence: bulk >Where did `djmake.sh' come from? Was it written specifically for the >DJGPP port of GCC? It was in gcc280s.zip. I'm simply following the readme.djgpp instructions. My end goal is to be able to build a cross compiler for the H8/300H, but I wanted to make sure I ended up with some thing that works before I changed any thing. >If so, it should be changed to have #!/bin/sh as >its first line, like any Unix shell script does. Then it will work. I'll add it, thanks. One other oddity with building GCC280 is that I have to copy gxx.c from the source directory to the output build directory. Could not find any explanation as to why I needed to do this any place. Now if I can just figure out how to "install" I'll be all set...