Uncomment the three lines at the bottom of Modules/Platform/Windows.cmake -- grep for CMAKE_START_TEMP_FILE to understand how the response file is constructed...<br><br>HTH,<br>David<br><br><div><span class="gmail_quote">On 1/4/08, 
<b class="gmail_sendername">James Bigler</b> &lt;<a href="mailto:bigler@cs.utah.edu">bigler@cs.utah.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m using ICC and nmake to compile some code on Windows XP with the help<br>of CMake 2.4.7.&nbsp;&nbsp;It&#39;s complaining that &quot;-L&quot; isn&#39;t supported.&nbsp;&nbsp;I want to<br>see the link command, so that I can figure out which library is causing
<br>the problems.<br><br>If I try to do &quot;nmake VERBOSE=1&quot;, I can see some of the output, but the<br>actual command is hidden in a temporary file.&nbsp;&nbsp;If I look for that file,<br>it&#39;s not there.<br><br>Linking CXX shared library 
myLibrary.dll<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;C:\Program Files\Programming\CMake 2.4\bin\cmake.exe&quot; -P<br>CMakeFiles\LightNowForMaya.dir\cmake_clean_target.cmake<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; link /nologo @C:\DOCUME~1\bigler\LOCALS~1\Temp\nm1C2.tmp
<br><br>Is there a way to see the commands passed to link or leave the file for<br>my later inspection?<br><br>Thanks,<br>James<br>_______________________________________________<br>CMake mailing list<br><a href="mailto:CMake@cmake.org">
CMake@cmake.org</a><br><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>