From: "Raul Carolus" Newsgroups: comp.os.msdos.djgpp Subject: Re: Too many object files! Date: Fri, 12 Nov 1999 20:01:43 +0100 Organization: T-Online Lines: 19 Message-ID: <80ho7j$nrb$1@news05.btx.dtag.de> References: <80gvgp$l3o$1 AT baker DOT cc DOT tut DOT fi> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news05.btx.dtag.de 942433331 24427 320030026865-0001 991112 19:02:11 X-Complaints-To: abuse AT t-online DOT de X-Sender: 320030026865-0001 AT t-dialin DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Forsberg Sakari schrieb in im Newsbeitrag: 80gvgp$l3o$1 AT baker DOT cc DOT tut DOT fi... > Hi! > > I have about dozen of *.cc files and when I have > compiled them to *.o -files I can't link them > to .exe file, because there are too many of them > and MS-DOS 6.2 acceptes only 127 characters long > commands! What should I do? > well, the easiest thing to do would be to combine some of your code files into bigger ones. a simple copy/paste should solve your problem. Good Luck Raul