<div dir="ltr"><div>It appears that octave_end is not called at all under Mac OS X. But it</div><div>is also not called under Linux! I inserted Rprintf statements to check.</div><div><br></div><div>Perhaps the explanation is that failing to call octave_end under Linux</div>
<div>(or Windows?) is non-fatal, but this is fatal under Mac OS X? If this</div><div>is so the Mac OS X behavior is less dangerous...</div><div><br></div><div>If I do not use --no-test-load, I get the result in RcppOctave.log (attached).</div>
<div><br></div><div>Also, I'm attaching RcppOctave/src/modules/Makefile.in<div>with a small edit (the sed script generates a path with an extra '..').</div></div><div><br></div></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Sat, Nov 2, 2013 at 12:19 AM, Renaud Gaujoux <span dir="ltr"><<a href="mailto:renaud@mancala.cbio.uct.ac.za" target="_blank">renaud@mancala.cbio.uct.ac.za</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>The --no-test-load option is used because the embedded Octave session</div><div>
is not terminated properly at test time (during installation), and the </div>

<div>embedded Octave session needs to be explicitly terminated before </div><div>leaving the R session using the 'octave_end' entry point.</div></div></blockquote><div><br></div></div><div>octave_end is normally called when the package is unloaded in .onUnload as well as when the library is unloaded by in R_init_unload (or something like that).</div>

<div>There is no errors on Linux at load test. </div><div>Can you please post the install logs showing the error?</div><div><br></div><div>Thanks<span></span></div>
</blockquote></div><br></div>