Date: Tue, 6 Jan 1998 14:01:22 +0200 (IST) From: Eli Zaretskii To: Richard Nichols cc: djgpp AT delorie DOT com Subject: Re: Help me with RHIDE In-Reply-To: <34B203A7.24C8@mailhost.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 6 Jan 1998, Richard Nichols wrote: > I've been using RHIDE for about 1 year now but I have always had > a problem with having too many files in my projects to link. > I have about 16 object files to link and this surpasses the 128 > characters commandline limit and then the rest gets truncated. This usually means that your RHIDE was compiled with DJGPP v2.0, not with v2.01, or maybe you have an old gcc.exe compiled with DJGPP v2.0. The way to pass long command lines changed in v2.01, so you need both RHIDE and gcc.exe be compiled with v2.01. Check the time stamps and upgrade.