<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'><div>Hi David,<br></div><div><br></div><div>See my last reply to Eliot.</div><div><br></div><div>I have been neck deep in new coding that I have relied on the existing CMakeVMaker approach to drive my development.</div><div><br></div><div><br></div><div>While replying to Eliot and Tim R, I have glanced at Ian's configure script and I think this will all come together nicely.<br></div><div><br></div><div><br></div><div>The end of Ian's script invokes cmake like so:</div><div><br></div><div><br></div><br><blockquote style="border-top-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; padding-top: 7px; padding-right: 7px; padding-bottom: 7px; padding-left: 7px; background-color: rgb(245, 245, 245);"><div><div><br></div><div>if test -n "${cflags}"; then<br>    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmake "${unix}" -DVM_HOST="${host}" -DVM_VERSION="${VM_VERSION}" -DPLATFORM_SOURCE_VERSION="${PLATFORM_SOURCE_VERSION}" -DSRC="${src}" -DOPT--CMAKE_C_FLAGS="${cflags}" ${args}<br>else<br>    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cmake "${unix}" -DVM_HOST="${host}" -DVM_VERSION="${VM_VERSION}" -DPLATFORM_SOURCE_VERSION="${PLATFORM_SOURCE_VERSION}" -DSRC="${src}"                                  ${args}<br>fi<br></div></div></blockquote> <div><br></div><div>Which, somehow creates a config.h &nbsp;(and a good looking one too. It links to /lib/64 which is correct on my system)<br></div><div><br></div><div>This is definitely solvable in principle using exclusivelly cmake.&nbsp;</div><div><br></div><div>I have a lot of brain-cycles to spend getting the framework in place before I turn my attention to this particular problem, but in discussing it with you guys, the solution has presented itself.</div><div><br></div><div>cheers.</div><div><br></div><div>tty</div><div><br></div><div><br></div></div></body></html>