Hello everyone, I am working my way through the 5 Days ROS course with Python. I am in unit 5 (Services-Client) now. Along the way, I have created dummy packages to do some practice. Output of the CMakeOutput.log file. The target system is: Generic - 1 - The host system is: Linux - 5.4.0-42-generic - x8664 Compiling the C compiler identification source file 'CMakeCCompilerId.c' succeeded. 2012/10/9 James Bigler: In my project I need to manually link against a special version of libstdc, so I manually set the target link language to C and then add my special library to the link line. On Linux this seems to work just finebut on OSX it still add -lstdc to the link like. Here's my cmake code: This doesn't seem to work on Linux either on my side.
@Anna Falevskaya. HI,thanks for your answer,but i think it's not the problem. My problem is that when the cmake test gcc.exe,it has created temp folder,but didn't create temp c file,and the cmke even try to complile the temp file which didn't exist.It looks really ridiculous. Linking CXX executable mysqld: cd /home/buildbot/5.5-cassandra/sql && /usr/bin/cmake -E cmakelinkscript CMakeFiles/mysqld.dir/link.txt -verbose=1.
Hello everyone, I am working my way through the 5 Days ROS course with Python. I am in unit 5 (Services-Client) now. Along the way, I have created dummy packages to do some practice. Output of the CMakeOutput.log file. The target system is: Generic - 1 - The host system is: Linux - 5.4.0-42-generic - x8664 Compiling the C compiler identification source file 'CMakeCCompilerId.c' succeeded. 2012/10/9 James Bigler: In my project I need to manually link against a special version of libstdc, so I manually set the target link language to C and then add my special library to the link line. On Linux this seems to work just finebut on OSX it still add -lstdc to the link like. Here's my cmake code: This doesn't seem to work on Linux either on my side.
In my project I need to manually link against a special version of libstdc++, so I manually set the target link language to C and then add my special library to the link line. On Linux this seems to work just fine, but on OSX it still add -lstdc++ to the link like. Here's my cmake code:
@Anna Falevskaya. HI,thanks for your answer,but i think it's not the problem. My problem is that when the cmake test gcc.exe,it has created temp folder,but didn't create temp c file,and the cmke even try to complile the temp file which didn't exist.It looks really ridiculous. Linking CXX executable mysqld: cd /home/buildbot/5.5-cassandra/sql && /usr/bin/cmake -E cmakelinkscript CMakeFiles/mysqld.dir/link.txt -verbose=1.