[CMake] Printing the detailed link command call
Michael Wild
themiwi at gmail.com
Tue Dec 27 00:46:00 EST 2011
Try
make VERBOSE=1
Michael
On 26.12.2011, at 15:18, Ceylow <ceylow at gmail.com> wrote:
> Hello,
>
> I'm having some troubles with a linking step and I would like to see exactly which parameters are given to my compiler when running the Makefile generated by CMake.
>
> Currently it only shows:
> Linking CXX shared library xxx
>
> which isn't enough for me to find out why I have undefined symbols. I couldn't find any information about this on the web (maybe searching with the wrong words but...).
>
> Thanks,
> Ceylo
> --
>
> 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
More information about the CMake
mailing list