Re: egcs c++ problems

1999-04-05 Thread Pierre Y. Dampure
> "Thomas T. Veldhouse" wrote: > > Are there any parts of world that are going to have a hard time > building under egcs because of this? > There would be if it had stay like that... the last changes from David : cvs commit: src/gnu/lib/libstdc++/doc Makefile Date: Mon, 5 Apr 1

egcs c++ problems

1999-04-05 Thread Thomas T. Veldhouse
I get the following when trying to build the following very simple C++ test: // begin program #include 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