LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Linux 7 to 9 namespace migration issue (https://www.linuxquestions.org/questions/linux-software-2/linux-7-to-9-namespace-migration-issue-90756/)

er13b6ac 09-08-2003 11:03 PM

Linux 7 to 9 namespace migration issue
 
I have migrated a large c++ system from linux 7.2 to 9.0 and am getting compile errors on #includes without the .h extension.
Adding the line 'using namespace std;' to each file would be a royal pain. Is there an easier solution?

UltimaGuy 09-09-2003 05:27 AM

You can use the old C++ compile that comes in RH . It is g++296. Just use this in the makefile instead of just g++. This solves your problem, atleast temporarily.


All times are GMT -5. The time now is 06:25 AM.