On Fri, May 30, 2008 at 09:13:30PM +0100, peter green wrote: > 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.
Yes, I have a patch for that already - Alexander -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]