Not to my knowledge... I don&#39;t use nmake very often, though. Maybe something changed since the last time I did that...<br><br>Send along some of the output of &quot;nmake&quot; after you made those changes...<br>Does it still say it&#39;s using a *.tmp file for the link step?
<br><br><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;">
Hmm... I uncommented out those lines, but it didn&#39;t seem to have an<br>effect.&nbsp;&nbsp;I even started with a new build directory.<br><br>Was there something else I was supposed to edit?<br><br>James<br><br>On Jan 4, 2008, at 11:03 AM, David Cole wrote:
<br><br>&gt; Uncomment the three lines at the bottom of Modules/Platform/<br>&gt; Windows.cmake --<br>&gt; grep for CMAKE_START_TEMP_FILE to understand how the response file is<br>&gt; constructed...<br>&gt;<br>&gt; HTH,<br>
&gt; David<br>&gt;<br>&gt; On 1/4/08, James Bigler &lt;<a href="mailto:bigler@cs.utah.edu">bigler@cs.utah.edu</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; I&#39;m using ICC and nmake to compile some code on Windows XP with<br>&gt;&gt; the help
<br>&gt;&gt; of CMake 2.4.7.&nbsp;&nbsp;It&#39;s complaining that &quot;-L&quot; isn&#39;t supported.&nbsp;&nbsp;I<br>&gt;&gt; want to<br>&gt;&gt; see the link command, so that I can figure out which library is<br>&gt;&gt; causing<br>&gt;&gt; the problems.
<br>&gt;&gt;<br>&gt;&gt; If I try to do &quot;nmake VERBOSE=1&quot;, I can see some of the output,<br>&gt;&gt; but the<br>&gt;&gt; actual command is hidden in a temporary file.&nbsp;&nbsp;If I look for that<br>&gt;&gt; file,<br>&gt;&gt; it&#39;s not there.
<br>&gt;&gt;<br>&gt;&gt; Linking CXX shared library myLibrary.dll<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;C:\Program Files\Programming\CMake 2.4\bin\cmake.exe&quot; -P<br>&gt;&gt; CMakeFiles\LightNowForMaya.dir\cmake_clean_target.cmake
<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;link /nologo @C:\DOCUME~1\bigler\LOCALS~1\Temp\nm1C2.tmp<br>&gt;&gt;<br>&gt;&gt; Is there a way to see the commands passed to link or leave the<br>&gt;&gt; file for<br>&gt;&gt; my later inspection?<br>
&gt;&gt;<br>&gt;&gt; Thanks,<br>&gt;&gt; James<br>&gt;&gt; _______________________________________________<br>&gt;&gt; CMake mailing list<br>&gt;&gt; <a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>&gt;&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake">
http://www.cmake.org/mailman/listinfo/cmake</a><br>&gt;&gt;<br><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>