Hello,<br><br>&nbsp; Is there a way to reference the MLton SML base directory from<br>a CM file?&nbsp; Now I have:<br><br>Group is<br><br>#if (defined(SMLNJ_VERSION))<br>&nbsp;$/basis.cm<br>#else<br>&nbsp; /usr/local/mlton/lib/smlnj-lib/smlnj-lib/Util/lib-
base-sig.sml<br>&nbsp; /usr/local/mlton/lib/smlnj-lib/smlnj-lib/Util/lib-base.sml<br>&nbsp; /usr/local/mlton/lib/smlnj-lib/smlnj-lib/Util/random-sig.sml<br>&nbsp; /usr/local/mlton/lib/smlnj-lib/smlnj-lib/Util/random.sml<br>#endif<br><br>
But it just broke when I moved MLton.&nbsp; I tried a bunch of variations<br>of $(VAR), but nothing seemed to work.<br><br>The MLBasis systems seems more understandable than CM, but I still rely on the <br>NJ top level for experimentation, so I&#39;d like to just have one 
<br>compilation file if possible.<br><br>Thanks,<br><br>Sean<br>