For Programmers: Free Programming Magazines  


Home > Archive > Unix Programming > January 2008 > Re: # Include file <fstream> not found









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: # Include file <fstream> not found
Paul Pluzhnikov

2008-01-31, 7:27 pm

wong_powah@yahoo.ca writes:

> g++ /opt/aCC/include_std/rw/codecvt.cc -o /opt/aCC/include_std/rw/codecvt


You are trying to compile aCC implementation files with g++.
Don't do that (find the place in your Makefile that compiles
codecvt.cc and make it use aCC instead of g++).

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com