← Back to team overview

dolfin team mailing list archive

dolfin shared library trouble

 

When running src/demo/pde/poisson, I get the following undefined symbol:

./dolfin-poisson: symbol lookup error: ./dolfin-poisson: undefined symbol:
_ZN6dolfin3PDEC1ERNS_4FormES2_RNS_4MeshERNS_17BoundaryConditionENS0_4TypeE
skavhaug@blakken:~/devel/dolfin/src/demo/pde/poisson$ c++filt
_ZN6dolfin3PDEC1ERNS_4FormES2_RNS_4MeshERNS_17BoundaryConditionENS0_4TypeE
dolfin::PDE::PDE(dolfin::Form&, dolfin::Form&, dolfin::Mesh&,
dolfin::BoundaryCondition&, dolfin::PDE::Type)


Are there any missing files?

Ola