From: "Mike Collins" Newsgroups: comp.os.msdos.djgpp Subject: Problem with Automatic linking with RHIDE Date: Sun, 13 Feb 2000 11:10:36 -0000 Organization: Customer of Planet Online Lines: 13 Message-ID: <88635h$h8d$1@news6.svr.pol.co.uk> NNTP-Posting-Host: modem-45.earendil.dialup.pol.co.uk X-Trace: news6.svr.pol.co.uk 950439921 17677 62.136.164.173 (13 Feb 2000 11:05:21 GMT) NNTP-Posting-Date: 13 Feb 2000 11:05:21 GMT X-Complaints-To: abuse AT theplanet DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am writing a program that has a lot of C files. When I compile, everything compiles OK, but it can't all link because the list of C files is too long for the linker input line. I could no doubt merge some of these files into one so that the number of files would be fewer, but is there a way of increasing the length of the linker input line? Thanks, Mike Collins ---- PS. If replying by e-mail, please make the obvious correction to my address.