- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
linuxVTune Amplifier XE
amplxe-cl -collect hotspots ./
The libpthread.so library could not be found during program initialization.
The program executable may be dynamic but not depend on libpthread.so.This model is not directly supportly now.
Suggestion:Set the LD_PRELOAD environment variable to the name of the PThreads shared library to make sure it is loaded during program initialization
export LD_PRELOAD=usr/lib/libpthread.so,libpthread.sousr/lib/
ERROR:ld.so:object 'usr/lib/libpthread.so' from LD_PRELOAD cannot be preloaded:ignore
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VTuneTMAmplifier XE
libpthread.so,
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/
amplxe-cl

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page