On Wed, 15 Jun 2005 12:54:48 +0100, MartynW wrote:
> Hi Folks,

> I am trying to port my app from Windows (built using MSVC 6.0 & MFC) to an 
> alien environment Linux (Mandrake 9.2 with gcc 2.96) and was getting on fine 
> until I tried porting a header that included the line "#include <locale>". 
> The compiler simply says "No such file or directory" even tho it finds 
> headers for <string> <algorithm> <functional> with no problem and otherwise 
> compiles brilliantly.

> The installations for the compiler, c++ standard lib all went ok, so I guess 
> I need to install something extra.

> If anyone has any ideas on what I may be missing and where I might get it, I 
> would be most grateful.

> Many thanks. 

You need a newer version of gcc.  It certainly works with gcc 3.2.2, for
example.  That's the oldest version I tried.


-- 
Dave Seaman
Judge Yohn's mistakes revealed in Mumia Abu-Jamal ruling.
<http://www.commoncouragepress.com/index.cfm?action=book&bookid=228>
_______________________________________________
Help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to