libFBiGeomMOAB.so underlinked

Issue #48 resolved
Nico Schlömer created an issue

I'd suggest to always configure MOAB with

  -DCMAKE_SHARED_LINKER_FLAGS="$CMAKE_SHARED_LINKER_FLAGS -Wl,--no-undefined" \

This way, underlinking errors are discovered more quickly than only when an executable is linked.

In this particular case, libFBiGeomMOAB.so is missing imesh:

FBiGeom_MOAB.cpp:(.text+0x34c): undefined reference to `imesh_getdescription_'

Comments (5)

  1. Vijay M

    Nico, thanks for pointing out the inconsistencies. I've been busy with several deadlines and will allocate time this weekend to fix all these outstanding issues.

    Iulian, Our CMake builds are currently under tested and probably its time we increased the number of build variations for it in our nightlies.

    Vijay

  2. Vijay M

    Please try the branch vijaysm/cmake-fixes. I'll also verify and fix iRel if that fails.. This needs CGM as a dependency.

  3. Log in to comment