Skip to content

Chaste compile to shared library #200

Answered by jmpf
fieldofnodes asked this question in Q&A
Discussion options

You must be logged in to vote

I think the answer's a firm "yes".

By default CMake makes each component/subfolder into a shared library and compiles shared libraries for all the component needed for the executables it's building:

...
[ 66%] Linking CXX shared library libchaste_global.so
[ 66%] Built target chaste_global
...
file ./global/libchaste_global.so
./global/libchaste_global.so: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=7dad2e1973a6433ac9aee3c5d956014384e22d59, with debug_info, not stripped

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mirams
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants