Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing Boost_libraries in CMakeList.txt #5

Open
zarquon42b opened this issue Nov 27, 2015 · 0 comments
Open

missing Boost_libraries in CMakeList.txt #5

zarquon42b opened this issue Nov 27, 2015 · 0 comments

Comments

@zarquon42b
Copy link
Contributor

linking against statismo_core is not enough because it is only linked against boost_system, the itk module, however uses boost_filesystem.

$ ldd /usr/local/lib/libstatismo_core.so
    linux-vdso.so.1 =>  (0x00007ffe0b1ef000)
    libhdf5_cpp.so.7 => /usr/lib/x86_64-linux-gnu/libhdf5_cpp.so.7 (0x00007f8305ea4000)
    libboost_system.so.1.54.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.54.0 (0x00007f8305ca0000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f830599c000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8305786000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f83053c1000)
    libhdf5.so.7 => /usr/lib/x86_64-linux-gnu/libhdf5.so.7 (0x00007f8304f25000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8304c1f000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f8306317000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8304a01000)
    libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f83047e8000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f83045e4000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant