Date: Wed, 14 Oct 1998 18:34:36 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: ajschrotenboer AT lycosmail DOT com cc: djgpp AT delorie DOT com Subject: Re: EGCS In-Reply-To: <702c9e$4vv$1@nnrp1.dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 14 Oct 1998 ajschrotenboer AT lycosmail DOT com wrote: > Can somebody give me a list of all the utilities needed to build EGCS. Doesn't the DJGPP-specific README file in the source distribution list all the required packages? IMHO, it should. In general, if you want to configure and build GNU software without problems, you should install these packages: Fileutils, Textutils, Sh-utils, Findutils, Gawk, Sed, Grep, and, of course, Bash and Make. Sometimes, Flex and Bison are also needed. The FAQ lists in section 4.5 the file names of the binary distributions for all of these, and others as well. It also tells you that these are required to run Unix shell scripts and Makefiles. > I tried to build it and among the problems was the need for a program called > "sed". I don't think that it's in binutils, and I don't know where to find it. Sed is in v2gnu/sed302b.zip. Again, looking in the FAQ would have helped you find the answer.