I was able to get this to compile successfully after pointing to the 32-bit ncurses-devel kit.<br><br>node:/tmp/cmake-2.4.6 # rpm -qa | grep ncurses.*.32*<br>ncurses-32bit-9-200407011229<br>ncurses-devel-32bit-9-200407011229
<br><br>Specifically, after bootstrapping I changed the following line in CMakeCache.txt:<br><br>CURSES_LIBRARY:FILEPATH=/usr/lib64/libncurses.so<br><br>to<br><br>CURSES_LIBRARY:FILEPATH=/usr/lib/libncurses.so<br><br><div>
<span class="gmail_quote">On 2/20/07, <b class="gmail_sendername">Bill Hoffman</b> &lt;<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</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;">
George McConnell wrote:<br>&gt; I need cmake to compile a 64-bit application. Can the 32-bit version<br>&gt; do that?<br>It should be able to.&nbsp;&nbsp;You just have to set CXXFLAGS and CFLAGS with 64<br>bit options or CC and CXX with 64 bit compilers before you run cmake or
<br>ccmake, and it should be fine.&nbsp;&nbsp;You should not need a 64 bit cmake to<br>build a 64 bit app.<br><br>-Bill<br><br></blockquote></div><br>