From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: v2.01 and v2.00 binaries. Date: Sat, 02 Nov 1996 20:00:40 -0800 Organization: Three pounds of chaos and a pinch of salt Lines: 27 Message-ID: <327C18E8.4DF0@cs.com> References: <3D5B083001E72A00 AT iris DOT ernet DOT in> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp104.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: tehmul%NIITPUN AT iris DOT ernet DOT in To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp tehmul%NIITPUN AT iris DOT ernet DOT in wrote: > > > I forgot to D/L gpp*.zip, the one which contains the C++ compiler. I tried > using the V2.00 cc1plus.exe with the rest of the V2.01 kit and it seems to > work. I've only tried it out on small test programs. Will I face a problem > later? Or should I just get wise and d/l that file as well? The problem is that v2.00 programs don't recognize the method of passing long command lines that v2.01 programs use. So any command line that make, gcc, etc., tries to pass to your v2.00 cc1plus can be no greater than 126 characters or it will fail. There have also been other minor upgrades to the software; namely correct packing of structures under C++. I'm not sure if that is a feature of 'gcc.exe' or 'cc1plus.exe', but I recommend you get the new 2.7.2.1 distribution anyway. Good luck! -- --------------------------------------------------------------------- | John M. Aldrich, aka Fighteer I | fighteer AT cs DOT com | | * Proud user of DJGPP! * | http://www.cs.com/fighteer | | ObJoke: If Bill Gates were a robber, not only would he | | shoot you, but he'd send you a bill for the bullets. | ---------------------------------------------------------------------