getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Getfem-users] undefined symbol: e_wsfe


From: julien pommier
Subject: Re: [Getfem-users] undefined symbol: e_wsfe
Date: Mon, 08 Jan 2007 09:57:30 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061117)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]