Sender: nate AT cartsys DOT com Message-ID: <3791002C.ED5E084D@cartsys.com> Date: Sat, 17 Jul 1999 15:14:04 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.10 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Question about Link with DJGPP References: <19990717100338 DOT 15511 DOT rocketmail AT web601 DOT yahoomail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Mohammad Hossein Manshaee wrote: > I write this line at the response-file: > > main.exe main.o .... list of files.... -lm Should start with "-o main.exe"; otherwise it will try to link in main.exe and things won't work very well. > 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? Look at the documentation for `redir'. -- Nate Eldredge nate AT cartsys DOT com