From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: a lot of files in a Rhide project? Date: Sat, 22 Feb 1997 22:30:03 -0800 Organization: Two pounds of chaos and a pinch of salt Lines: 28 Message-ID: <330FE3EB.235D@cs.com> References: <19970223013100 DOT UAA18391 AT ladder02 DOT news DOT aol DOT com> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp103.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Blub1001 wrote: > > if I put some (about 3!!) files into a project or enable a > lot of compiler options I can't compile or link any more... > I know it's something with the 127-character limit of the > DOS command line, but I thought DJGPP programms > could transfer more characters between each other within > the command line??? (I saw that in libc:spawn* I think) Make sure that you are working with the latest versions of the DJGPP programs. The current version of RHIDE is compiled with DJGPP v2.01, which uses a different and incompatible method of passing long command lines to programs than v2.00. There are enough improvements from 2.00 to 2.01 that I highly suggest upgrading. Get the latest 'readme.1st' from SimTel to see what file versions you need to download. You can safely install 2.01 over 2.00, but to be safe you should delete your old installation or install in a new directory. Also, because of the command line thing, you must upgrade ALL of your DJGPP programs to 2.01. -- --------------------------------------------------------------------- | 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. | ---------------------------------------------------------------------