Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

error while loading shared libraries: libpgc.so

francesc_verdaguer
838 Views
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
0 Kudos
1 Reply
Steven_L_Intel1
Employee
838 Views
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.
0 Kudos
Reply