On Monday 24 September 2012 08:39:14 you wrote: > /usr/bin/c++ -static CMakeFiles/Runtime.dir/Runtime.cpp.o -o > ../bin/Runtime \ > -rdynamic /usr/local/lib/libzmq.a /usr/local/lib/libczmq.a -lpthread > -lrt ../lib/libComm.a ../lib/libConfig.a > ../lib/libComm.a(Comm.c.o): In function `Comm_Create':
>From the line above is unclear what is the name of your output file. Are you trying to compile a static lbrary ? Why the name of your library does not appear immediately after -o switch ? Could you try to compile by hand using first the shared libraries and then the object file ? -- Bogdan -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
