Date: Fri, 7 Jul 1995 11:04:18 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Redirecting gcc output in v2.0 Cc: gmoscho AT alexander DOT cc DOT ece DOT ntua DOT gr > How can i redirect the output of gcc that comes with the V2 beta to a file ? > this version does not use go32 so i cant redirect it with the 2r1 switch... Use the other methods described in the DJGPP FAQ list, section 6.13: either run under a shell that knows how to redirect stderr (e.g. 4DOS/NDOS) or use a redirection program like SCRIPT (available on SimTel as SCRIPT11.ZIP in the /SimTel/msdos/screen directory). > and something else... is there a fixed version of the c++ lib available ? The v2.0 beta release includes libg++ v2.6.2; get the file lgp262b-beta1.zip. What fixes are you looking for?