<!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 Eliot and Tim.<br></div><div><br></div><div>Makes sense to me. What I am trying to figure out is the best way to generate it at compile time and ditch the hard-coded configH method per the requirements.</div><div><br></div><div><div>One option is to just invoke configure per the build.linuxXYZ/build/mvm file &nbsp;as the source tree is identical.</div><div><br></div><div>Would that be a problem?</div></div><div><br></div><div><br></div><div>Another possibility is in Ian's CMake system for the Standard Interpreter, it is generated by hand.&nbsp;</div><div><br></div><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>&nbsp;svn co http://squeakvm.org/squeak/trunk squeak<br>  cd squeak<br>  mkdir bld<br>  cd bld<br>  <strong>../platforms/unix/cmake/configure</strong><br>  make</div></blockquote><br></div><div>Looking at that /platforms/unix/cmake/configure file, it is just a shell script with some hard-coded definitions/flags.</div><div><br></div><div><br></div><div>What I could do is dynamically create that ../platforms/unix/cmake/configure script from the class. Then in the build script build.sh invoke that script first before invoking cmake.</div><div><br></div><div><br></div><div>I do think the first option is easier.<br></div><div><br></div><div>Thoughts?</div><div><br></div><div>thx.</div><div><br></div><div>tty</div></div></body></html>