Message-ID: <3BD49EF6.20903@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: Re: HELP!! Please! References: <3BD478A5 DOT 80002 AT earthlink DOT net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 30 Date: Mon, 22 Oct 2001 22:44:33 GMT NNTP-Posting-Host: 168.191.184.159 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread1.prod.itd.earthlink.net 1003790673 168.191.184.159 (Mon, 22 Oct 2001 15:44:33 PDT) NNTP-Posting-Date: Mon, 22 Oct 2001 15:44:33 PDT X-Received-Date: Mon, 22 Oct 2001 15:40:45 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 Thank You for your replies. It already has a makefile. I was using the batch program to get more information about the errors I was getting in a particular section of the project. I can use -v to get more information about the error in that section of the program. I need to learn more about debugging not on how to make makefiles at the moment. That will come later. The debugger from what I can tell needs an .exe file. At least when I used Watcom C/C++ to try to debug the program it asked for an exe file. Thank You, Micah J. Kimbrough Micah J. Kimbrough wrote: > 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 >