Re: [CMake] Printing the detailed link command call

2011-12-27 Thread Rolf Eike Beer
Am Dienstag, 27. Dezember 2011, 00:35:41 schrieb Aaron Ten Clay: On 12/26/2011 6:18 AM, Ceylow 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.

Re: [CMake] Printing the detailed link command call

2011-12-27 Thread Aaron Ten Clay
On 12/26/2011 6:18 AM, Ceylow 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

[CMake] Printing the detailed link command call

2011-12-26 Thread Ceylow
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

Re: [CMake] Printing the detailed link command call

2011-12-26 Thread Michael Wild
Try make VERBOSE=1 Michael On 26.12.2011, at 15:18, Ceylow cey...@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: