> 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 < [email protected] >
> 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
> [email protected]
> https://mail.gna.org/listinfo/getfem-users
--
Roman Putanowicz < [email protected] >
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
[email protected]
https://mail.gna.org/listinfo/getfem-users