Ting Zhou wrote:
Dear all
I install getfem under Suse10.1 x86-64, where I try to import getfem in
python 2.4.3
I had this error message
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib64/python2.4/site-packages/getfem/__init__.py",
line 30, in ?
    from getfem import *
  File "/usr/local/lib64/python2.4/site-packages/getfem/getfem.py", line
39, in ?
    from _getfem import *
ImportError: /usr/local/lib64/python2.4/site-packages/getfem/_getfem.so:
undefined symbol: e_wsfe

Hi,
This is because your blas library depends on libg2c , but this one was not added to the link flags by the getfem++ configure script. Rebuilding getfem++ with something like ./configure BLAS_LIBS="-lblas -lg2c" should fix that (if you do not have libg2c, it is usually provided by the g77 package)

--
Julien Pommier, bureau 111
GMM, INSA Toulouse, tél:05 61 55 93 42


_______________________________________________
Getfem-users mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-users

Reply via email to