Path: chuka.playstation.co.uk!scea!pro1-169.barrie.connex.net!user From: developer@woodentulip.com (Sean Kennedy) Newsgroups: scea.yaroze.beginners Subject: Re: How can I output gcc error list to a file? Date: Fri, 23 Oct 1998 02:04:02 -0500 Organization: Wooden Tulip Ltd. Lines: 30 Message-ID: References: <70mndd$7i7@chuka.playstation.co.uk> <70osit$cv311@scea> NNTP-Posting-Host: pro1-169.barrie.connex.net In article <70osit$cv311@scea>, "Steve Tolin" wrote: > There is a way to do this very easily.... but I haven't done it in so long > that I can't remember the syntax.. > I'll check some of my earlier notes amnd hopfully have an answer soon... > Anyone else??? > > Steve Davison wrote in message <70mndd$7i7@chuka.playstation.co.uk>... > >Now this may seem pretty obvious to most people but when I compile source > >code at the dos prompt how do I redirect the output to a file or a printer. > >I know this can be done as I remember it from my COBAL days, unfortunately > >my COBAL days were probably the last time I used dos.(about 7 years ago) Depends on whose MAKEFILE you are using. If it is a generic one, do the following : c:\myproject>make >>errors.log Mind you you will not see anything. And when it finishes, the command prompt will re-appear. I was able to get MAKEFILEs to output error to a file in the local directory under LINUX gcc make, but I don't think the MAKE.EXE that comes with the PSX tools disk is that advanced. I also lost my notes about that. :( Sorry. Try looking in some of the LINUX info sites. That might help. -sean