From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: (Re: compiling gcc) Date: Wed, 22 Sep 1999 09:58:07 +0200 Organization: NetVision Israel Lines: 19 Message-ID: References: <37e73a0d DOT 31950650 AT newsserver DOT cc DOT monash DOT edu DOT au> <37e73d2f DOT 32752910 AT newsserver DOT cc DOT monash DOT edu DOT au> <37E7E45C DOT 3CD7EF6A AT hotmail DOT com> <7s97k2$iu2$1 AT solomon DOT cs DOT rose-hulman DOT edu> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 937987015 19768 199.203.121.2 (22 Sep 1999 07:56:55 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 22 Sep 1999 07:56:55 GMT X-Sender: eliz AT is In-Reply-To: <7s97k2$iu2$1@solomon.cs.rose-hulman.edu> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 21 Sep 1999, Damian Yerrick wrote: On a small chance that these are real questions which you are interested to see answered, I will try. > So how was gcc built? I wonder... No need to wonder. The GCC bootstrap procedure is explained in the GCC docs. If you want to know how was the first version of DJGPP produced, read http://www.delorie.com/djgpp/history.html. > How is PKZIP unzipped? Programs that compress files are usually distributed as executable binaries that unpack themselves. PKZIP comes as pkzNNN.exe (where NNN is a version number). gzip is distributed as a shar file, in essense a huge shell script, which, when run, unpacks itself and builds the program.