From: Weiyi Li Subject: setw problem To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Mon, 12 Dec 1994 10:28:00 -0800 (PST) Organization: ERL, University of California at Berkeley Reply-To: wli AT eecs DOT berkeley DOT edu Hi! I've just downloaded djgpp + C++ files + maintenance 1 & 2. The compilation returns an error message indicating that the setw for '<<' was not referenced (sorry, don't have the error message on hand). The problems seems that the symbol __GNUG__ was defined, and that references to some external definition which doesn't exist. What can I do to correct this problem (other than commenting out the extern references) ? All help are appreciated! Thanks in advance! William