I get the following when trying to build the following very simple C++ test:

// begin program
#include <iostream>

using namespace std;

int main(int argc, char** argv) {
        cout << "Hello World!!!\n" << endl;
        return 0;
}
// end program

c++ foobar.cc -o foobar
/usr/lib/libstdc++.so: undefined reference to `filebuf virtual table'
/usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table'

Are there any parts of world that are going to have a hard time building under 
egcs because of this?

Tom Veldhouse
ve...@visi.com

Reply via email to