Swami, Le lun. 3 juin 2019 à 11:34, insaneSwami <[email protected]> a écrit : > /usr/bin/ld.gold: error: > /usr/local/src/.hashdist/bld/profile/jt2gqapqwvxz/lib/libscalapack.a(slamov.o): > requires dynamic R_X86_64_PC32 reloc against 'slacpy_' which may overflow at > runtime; recompile with -fPIC > /usr/bin/ld.gold: error: > /usr/local/src/.hashdist/bld/profile/jt2gqapqwvxz/lib/libscalapack.a(dlamov.o): > requires dynamic R_X86_64_PC32 reloc against 'dlacpy_' which may overflow at > runtime; recompile with -fPIC > collect2: error: ld returned 1 exit status > make[2]: *** [lib/libdeal_II.so.9.1.1] Error 1 > make[1]: *** [source/CMakeFiles/deal_II.dir/all] Error 2 > make[1]: *** Waiting for unfinished jobs.... I think that what happens is that scalapack is using a static version of Lapack that was compiled without -fPIC. You will probably need to recompile scalapack to use the version of lapack that you installed yourself.
Best, Bruno -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/CAGVt9eN%3D0mv675fTcB12Spenv3X1i49XF3eouGkAAiVWm0-i7A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
