Comment 0 for bug 1319687

Revision history for this message
Arne Morten Kvarving (arne-morten-kvarving) wrote :

The config library is only available as a .a which is not compiled with -fPIC. Thus, linking into shared libraries fails on AMD64.

Attaching a minimal program to trigger the bug.

gcc -shared -o test.so suitetest.cpp -lumfpack -lsuitesparseconfig