Hi. Coming from the problem of the <span>&quot;-mno-fused-madd&quot;  and some personal comments from Andres, I think it is important to know and document which is the GCC version  </span>that is expected to work (taking into account all compiler flags for example). <br>
<br>Now that we have the CMakeVMMaker classes, I think it may be a good place to put such info in class comments and class side methods. For example, in SqueakDBX, in the OpenDBX class (which is the class that does the binding with FFI to OpenDBX) I have a class method  called  expectedOpenDBXVersion  which is something like.<br>
<br>expectedOpenDBXVersion<br clear="all">^ &#39;1.5.6&#39;<br><br>So...when I update SqueakdBX to use a new version of OpenDBX I just change that. In addition, in the documentation (the website) I document that the OpenDBX version they should use, is defined in #expectedOpenDBXVersion. <br>
<br>Maybe something like this can be done in CMakeVMMaker classes.<br><br>Cheers<br><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>