Message-ID: <3BD478A5.80002@earthlink.net> From: "Micah J. Kimbrough" Organization: The Community Science Center User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: HELP!! Please! Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 13 Date: Mon, 22 Oct 2001 19:59:32 GMT NNTP-Posting-Host: 168.191.184.159 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread2.prod.itd.earthlink.net 1003780772 168.191.184.159 (Mon, 22 Oct 2001 12:59:32 PDT) NNTP-Posting-Date: Mon, 22 Oct 2001 12:59:32 PDT X-Received-Date: Mon, 22 Oct 2001 12:55:46 PDT (newsmaster1.prod.itd.earthlink.net) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I am programing a batch file to compile and link a project I am working on. I am using a ms-dos box on Windows 98. I start off compiling the project with something like c:\djcpp\bin\gcc.exe -c file.c and it goes through each file with no errors or warnings. The last line I have does the linking. I have c:\djcpp\bin\ld.exe -o file.exe file.o file.o file.o ... etc. I have noticed that is reads only half the line and ends in errors. Is there a way to get it to read the whole line and finish the linking? Please help. Thnak You, Micah J. Kimbrough