X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 23 Feb 2007 13:37:03 -0500 Message-Id: <200702231837.l1NIb3pC014114@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <45df3236$0$20287$9b4e6d93@newsspool3.arcor-online.net> (message from Robert Riebisch on Fri, 23 Feb 2007 19:28:10 +0100) Subject: Re: Some `which' questions References: <45df3236$0$20287$9b4e6d93 AT newsspool3 DOT arcor-online DOT net> 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 > 3) What compiler version should I use for distribution binaries? GCC > 4.1.0 is newer, but creates much larger EXEs. (I use GCC 3.4.4 now.) Whatever compiler you want, as long as it's ABI compatible with other versions. For C++ libraries, for example, you'll need two builds - one for gcc 3x and one for gcc 4x. > 4) How do I "package" whic216b.zip, whic216d.zip, whic216s.zip? Are > there any additional tools invoked? The djgpp source tree has a few scripts, but mostly it's just manually picking out which files go in which zips, and zipping them.