multiple definition of `nest::names::theta'
Closed this issue · 4 comments
ikitayama commented
At the tip of Jakob's 5g branch, build of NEST on an x86 box gives:
[100%] Linking CXX executable nest
../topology/libtopology.a(topology_names.cpp.o):(.data+0x8): multiple definition of `nest::names::theta'
../nestkernel/libnestkernel.a(nest_names.cpp.o):(.data+0x124): first defined here
make[2]: *** [nest/nest] Error 1
make[1]: *** [nest/CMakeFiles/nest.dir/all] Error 2
make: *** [all] Error 2
ikitayama commented
@jakobj could you cherry-pick commit ikitayama@11d5c5c
heplesser commented
@ikitayama Thanks for detecting this. Our test system currently does not link statically and can therefore miss duplicate names.