Hi, I am using the PLPlot Ada support for cmake, and all is well, except for the following:
For some reason, I see the addition of -lstdc++ to the link options for building Ada executables. the Ada code has zero dependencies on C++ object code, so this is not necessary. But I can't seem to find where this is being added. The Ada cmake modules don't add this, and we don't add it, so some where it is being added by cmake, but like I said, I can't figure out where. Is there any way I can go about diagnosing this? Thanks, Tom
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
