It seems g++-4.3 has dropped iostream.h. The reason this bug only affects ia64 is because the file in question is only compiled on ia64.

I think changing

#include <iostream.h>

to

#include <iostream>
using namespace std;

will fix this issue but I do not have access to an ia64 machine to test.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to