Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3B002E5D.8A18164E@phekda.freeserve.co.uk> Date: Mon, 14 May 2001 20:13:33 +0100 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.17 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: DJGPP newsgroup Subject: Re: Error catching w/Make References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hello. W Gwinn wrote: > Im trying to compile Allegro under Win98/Djgpp, all the latest > simtel.net files from 2 days ago. > While make is running, a list of warnings go by- mainly referring to > incorrect assembly calls and improper suffixes. > > It doenst seem to be fatal, as it compiles and all the example programs > run. However, i have not been able to capture them to a log so that i > can see what is going on I don't think these warnings will be fatal for Allegro programs. You may want to download the latest Allegro WIP versions, which have this problem fixed, I think. (I haven't used Allegro for a long time, but I have seen messages from other people here about this problem.) > Any help would be greatly appreiciated. i have tried running it with > "make >er >>er1" to catch the ouput, which does great to get the status, > but the error still flows to the screen You should use 'redir', which comes with DJGPP. Try: redir -eo make > errors.txt HTH, bye, -- Richard Dawe http://www.phekda.freeserve.co.uk/richdawe/