I have a FC4 machine of i386 architecture.
when i am trying to run any simple program like
This code compiles well.Code:#include<iostream> using namespace std; int main() { cout<<"Hello World"; return 0; }
it gives me error saying required libstdc++.so.5 not found/exist. I have just now installed libstdc++4.0.2.fc4.rpm but it still persists. I think it is some runtime library linking issue.
Ihad also run /sbin/ldconfig.
A few days back it was working perfectly. After that to have some space i uninstalle some applications, one of them was ecclipse. Only in ecclipse i removed c++ development environment. Do this have sth to do with such behaviour.How i can restore it back.
i am looking for help in this regard.



LinkBack URL
About LinkBacks



CornedBee