From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: Help me with RHIDE Date: Tue, 06 Jan 1998 13:29:38 +0100 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 24 Message-ID: <68t82g$i1m$1@news-hrz.uni-duisburg.de> References: <34B203A7 DOT 24C8 AT mailhost DOT net> NNTP-Posting-Host: ppp99.uni-duisburg.de 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 Precedence: bulk On Tue, 06 Jan 1998 20:12:55 +1000, 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. There is no 128 characters commandline limit. The max. length of commandlines passed from one DJGPP v2.01 program to another DJGPP v2.01 program is 2048 AFAIR. Which versions of RHIDE, gcc and ld do you have? Maybe you still have an old gcc or ld from v1.12 of DJGPP? To check this, you can "type" the .exe-files and see if they say something like "stub.h generated from stub.asm by djasm, on Sat Oct 5 20:49:01 1996" - then it's a v2 program. If "type ld.exe" only prints some garbage, you still have a v1 program. Alternatively, generate a Bug Report (Alt-Space from within RHIDE) and post it here. Regards... Michael