From: "Michael Stewart" Newsgroups: comp.os.msdos.djgpp Subject: Re: question about link with DJGPP Date: Wed, 14 Jul 1999 11:09:44 +0100 Organization: (Posted via) Netcom Internet Ltd. Message-ID: <7mhnl9$c2c$1@taliesin.netcom.net.uk> References: <19990714050520 DOT 5975 DOT rocketmail AT web305 DOT yahoomail DOT com> NNTP-Posting-Host: hgty.capgemini.co.uk X-Trace: taliesin.netcom.net.uk 931946985 12364 194.42.240.2 (14 Jul 1999 10:09:45 GMT) X-Complaints-To: abuse AT corp DOT netcom DOT net DOT uk NNTP-Posting-Date: 14 Jul 1999 10:09:45 GMT X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mohammad Manshaee wrote in message <19990714050520 DOT 5975 DOT rocketmail AT web305 DOT yahoomail DOT com>... > >Dear sir; > >I use your compiler for link some .c files. >I have 31 files for link. > >when I write this command: > >gxx main.exe main.o ...list of files.o...-lm > >only 12 files find and the message will be write that there is no such >files and stop. > >what is the problem.is it related to RAM? The problem could be a DOS limitation (the command line is limited as to how big a command you can use). Have you considered using a makefile or an IDE like Rhide ?