Newsgroups: comp.os.msdos.djgpp From: manfred DOT heumann AT uni-bielefeld DOT de (Manni Heumann) Subject: Re: Setting up EGCS References: <36ff06e3 DOT 0 AT newnews DOT widomaker DOT com> X-Newsreader: News Xpress 2.01 Date: Mon, 29 Mar 1999 09:49:40 GMT NNTP-Posting-Host: dhcp33-228.uni-bielefeld.de Message-ID: <36ff3ea4.0@news.uni-bielefeld.de> X-Trace: 29 Mar 1999 10:49:40 +0200, dhcp33-228.uni-bielefeld.de Lines: 45 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <36ff06e3 DOT 0 AT newnews DOT widomaker DOT com>, "Wes Kurdziolek" wrote: >Hey! > > I'm trying to set up EGCS for the X port to DOS, and I have the path to >its source and binaries on SimTel's server, but I don't know what to >download. I have a good idea, but I want to be sure as not to waste my >precious bandwidth. Thanks! > From the egcs web pages: The source archive egcs111s.zip contains all the sources to build all compilers (C, C++, Objective C, GNU Fortran, GNU Pascal) and also C++ and Fortran libraries (libstdcxx.a, libgpp.a and libf2c.a). I included in source archive libg++-2.8.1.3 and sources of latest GNU Pascal beta version which are not a part of egcs-1.1.2 distribution. NOTES: LFN support is required to build egcs-1.1.2 (and additional included packages) from sources LFN support is not required to use the binaries but it IS REQUIRED to build egcs-1.1.2 and additional packages included in source archive But the binary archives are split into 5 parts: gcce112b.zip : The gcc.exe driver program and the C compiler. It also contains the documentation. gppe112b.zip : The C++ compiler and libstdcxx.a together with needed header files objce112.zip : The OBJC compiler and libobjc.a and the needed header files. g77e112b.zip : GNU Fortran compiler (version 0.5.24) and libg2c.a and g2f.h. gpce112b.zip : GNU Pascal (beta 19990118) binaries lgpe112b.zip : libg++-2.8.1.3 binary archive (needed if You want to use it). Using libg++ for new programs is not recommended as this library is no more maintained. The archive gcce112b.zip is also required by gppe112b.zip, objce112.zip and g77e112b.zip, gpce112b.zip. -- ---------------------------------------------------------------------- Manni Heumann Bielefeld, Germany ----------------------------------------------------------------------