X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 12 Nov 2008 00:06:02 -0500 Message-Id: <200811120506.mAC562eq005281@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (message from Datnhan on Tue, 11 Nov 2008 20:54:17 -0800 (PST)) Subject: Re: How can I compile C++ code (write for Linux) with DJGPP? References: <200811111729 DOT mABHT4ZF019503 AT envy DOT delorie DOT com> Errors-To: nobody AT delorie DOT com > Warnings can be ignored. ====> WARNINGS ARE NOT THE PROBLEM Unless the warnings are telling you why you're getting the errors. Your program was written for an obsolete version of C++. DJGPP only supports the current C++. You need newer sources for your program. At the very least, you need to include the correct headers. Here's a place to start: http://www.cplusplus.com/reference/iostream/manipulators/setprecision.html