Works for me:

: [EMAIL PROTECTED] /tmp > cat > test.cpp
#include <iostream>
#include <string>
using namespace std;

int main ()
{
 string blah = "blah";
        cout << "this was a test\n";
        return 0;
}

: [EMAIL PROTECTED] /tmp > g++ -o test test.cpp
: [EMAIL PROTECTED] /tmp > ./test
this was a test
: [EMAIL PROTECTED] /tmp >

Make sure you have the build-essential package installed.


** Changed in: Ubuntu
     Assignee: (unassigned) => Tollef Fog Heen
       Status: Unconfirmed => Rejected

-- 
Critical Bug in STD Libs! 7.04
https://bugs.launchpad.net/bugs/118338
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to