<br><br><div class="gmail_quote">On Fri, May 15, 2009 at 7:36 AM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi folks!<br><br>I am calling a external shared library with FFI. This library does some puts(&quot;&quot;); or printf();  In Linux, I open Squeak from command line and I can see the outputs of puts() and printf() in the console where I started Squeak. The problem is in Windows. I tried opening Squeak from cmd but didn&#39;t work. Nothing is shown in the console. Is there a way of doing this ?</blockquote>
<div><br></div><div>Yes; recompile using the -mconsole flag insterad of the -mwindows flag.  I think it&#39;s in LDFLAGS.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
<br>Thanks a lot in advance,<br><font color="#888888"><br>Mariano<br>
</font><br><br>
<br></blockquote></div><br>