christopherpoole / CADMesh

A CAD file interface for GEANT4
MIT License
146 stars 66 forks source link

runtime with Python + GEANT4 #1

Closed christopherpoole closed 11 years ago

christopherpoole commented 11 years ago

Any GEANT4 Python app using cadmesh will fail at runtime with:

ImportError: /usr/local/lib/libcadmesh.so: undefined symbol:
_ZN17G4TriangularFacetC1ERKN5CLHEP10Hep3VectorES3_S3_17G4FacetVertexType
christopherpoole commented 11 years ago

This only occurs if there is a version mismatch between the installed GEANT4 libraries and the GEANT4 libraries against which the Python bindings were compiled against.