> we can set it somewhere in CMake to tell CMake that this is a project with > mixture of c and c++ and should do linking using g++. I suppose that it should suffice to change the line CMAKE_C_LINK_SHARED:STRING=gcc in CMakeCache.txt to CMAKE_C_LINK_SHARED:STRING=c++ -- Peter Vanroose.