- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear all,
I am running an environmental program, but it breaks in the middle with the next error:
error while loading shared libraries: libpgc.so: cannot open
shared object file: No such file or directory
I think that 'libpgc.so' is a 'Portland Group', so my question is:
There is an Intel librrary to replace that one?
Thanks for all
I am running an environmental program, but it breaks in the middle with the next error:
error while loading shared libraries: libpgc.so: cannot open
shared object file: No such file or directory
I think that 'libpgc.so' is a 'Portland Group', so my question is:
There is an Intel librrary to replace that one?
Thanks for all
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't know what that library does, but it's very unlikely that there is an "Intel library" you can just swap in.
Your application calls routines which were found in this libpgc. You need to rebuild with the Intel compilers and see if the routines are resolved in Intel or gcc libraries. If not, then you may need to rewrite code.
Your application calls routines which were found in this libpgc. You need to rebuild with the Intel compilers and see if the routines are resolved in Intel or gcc libraries. If not, then you may need to rewrite code.

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