Hello All,
I am playing around with getfem++ on Kubuntu 11.10, but I cannot get the python examples to work. I ran configure with ./configure --with-pic --with-blas="-lf77blas -latlas" using qhull libraries for the mesh creation. The "make" runs without errors. Traceback (most recent call last): File "demo_laplacian.py", line 30, in <module> import getfem as gf File "/usr/local/lib/python2.7/dist-packages/getfem/__init__.py", line 26, in <module> from getfem import * File "/usr/local/lib/python2.7/dist-packages/getfem/getfem.py", line 40, in <module> from _getfem import * ImportError: /usr/local/lib/python2.7/dist-packages/getfem/_getfem.so: undefined symbol: qh_qh This indicates that something is wrong with the linking to qhull (qh_qh is a global pointer of qhull). Any ideas what might cause this? Kind regards, Dennis
_______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
