getfem-users
[Top][All Lists]
Advanced

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

Re: [Getfem-users] Problem with Python interface


From: Roman Putanowicz
Subject: Re: [Getfem-users] Problem with Python interface
Date: Fri, 12 Mar 2010 12:18:23 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

> Hi,
> 
> Well, I have a problem with Python interface. While loading getfem module
> I got the following error:
> 
> ImportError: ./_getfem.so: undefined symbol: 
> _ZN6getfem20contact_brick_set_BTERNS_5modelEm
> 
> I have the following configuration:
> 
> Linux version 2.6.26-2-amd64 (Debian 2.6.26-15lenny3)
> Python 2.5.2
> 
> GetFEM++:
> URL: svn://svn.gna.org/svn/getfem/trunk/getfem
> Revision: 3496
> 
> I would appreciate any hint where to start tooking for the trouble.

Something more:

nm _getfem.so | grep contact_brick_set
       U _ZN6getfem20contact_brick_set_BNERNS_5modelEm
       U _ZN6getfem20contact_brick_set_BTERNS_5modelEm

so apparently it looks sort of name mangling problem with C++ compiler (?)

Roman
> -- 
> Roman Putanowicz  < address@hidden  >
> Institute for Computational Civil Engng (L-5)
> Dept. of Civil Engng, Cracow Univ. of Technology
> www.l5.pk.edu.pl, tel. +48 12 628 2569, fax 2034
> 
> _______________________________________________
> Getfem-users mailing list
> address@hidden
> https://mail.gna.org/listinfo/getfem-users

-- 
Roman Putanowicz  < address@hidden  >
Institute for Computational Civil Engng (L-5)
Dept. of Civil Engng, Cracow Univ. of Technology
www.l5.pk.edu.pl, tel. +48 12 628 2569, fax 2034



reply via email to

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