Message-ID: <19990717100338.15511.rocketmail@web601.yahoomail.com> Date: Sat, 17 Jul 1999 06:03:38 -0400 (EDT) From: Mohammad Hossein Manshaee Subject: Question about Link with DJGPP To: djgpp AT delorie DOT com Cc: eliz AT is DOT elta DOT co DOT il MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Reply-To: djgpp AT delorie DOT com Dear sir, Thank you about your reply. >> 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. >That's because DOS shell only reads the first 126 >characters of the >command line. The solution is either to use a >Makefile, where you can >put longer commands (up to 16KB), or put your list of >files on a disk >file and use that as a response file, like this: > gxx @response-file I write this line at the response-file: main.exe main.o .... list of files.... -lm and then i used this command: gxx @response-file Is this OK? another question: I have many errors with the compile my file. I want to see all the errors but they are move fast on the screen. What can I do? Regards, _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com