#include <iostream>
int main()
{std::cout << "Hello,World!"; } Compiles fine, It is possible this is linked to applications being compiled with qt4 only. -- g++ does not automatically include -lstdc++ https://bugs.launchpad.net/bugs/122334 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
