Search the web
Sign In
New User? Sign Up
simpoint
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
libstdc++.so.6 error   Message List  
Reply | Forward Message #30 of 119 |
Re: [simpoint] libstdc++.so.6 error

> "error while loading shared libraries: libstdc++.so.6 : cannot open
> shared object file: No such file or directory"

This sounds like a compiler problem, not a SimPoint problem. Can you
successfully compile and run the following "hello world" C++ program?

//////////////////////////////////////////////////////////////////////
#include <iostream>

using std::cout;

int main() {
cout << "hi\n";
return 0;
}
//////////////////////////////////////////////////////////////////////

If not, consult your system administrator. :) You may need to set
LD_LIBRARY_PATH

If so, verify that the same compiler is used to build "hello world"
and SimPoint.

-jeremy



Tue Jun 6, 2006 11:41 pm

aoxommoxoa
Offline Offline
Send Email Send Email

Forward
Message #30 of 119 |
Expand Messages Author Sort by Date

All, I am getting the following error while trying to run simpoint "error while loading shared libraries: libstdc++.so.6 : cannot open shared object file: No...
Abhishek
abhishek_agr...
Offline Send Email
Jun 5, 2006
8:49 pm

... This sounds like a compiler problem, not a SimPoint problem. Can you successfully compile and run the following "hello world" C++ program? ...
Jeremy Lau
aoxommoxoa
Offline Send Email
Jun 6, 2006
11:41 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help