delorie.com/archives/browse.cgi | search |
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 <dj AT delorie DOT com> |
To: | djgpp AT delorie DOT com |
In-reply-to: | |
<a2e6a0ee-5401-4036-95ba-f638c2501113 AT u29g2000pro DOT googlegroups DOT com> | |
(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: | <e55088bb-82f0-4be7-8dc4-22637d1e6c34 AT d42g2000prb DOT googlegroups DOT com> |
<200811111729 DOT mABHT4ZF019503 AT envy DOT delorie DOT com> <a2e6a0ee-5401-4036-95ba-f638c2501113 AT u29g2000pro DOT googlegroups 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |