[squeak-dev] How to log in console in Windows

Mariano Martinez Peck marianopeck at gmail.com
Fri May 15 19:04:36 UTC 2009


On Fri, May 15, 2009 at 5:53 PM, Eliot Miranda <eliot.miranda at gmail.com>wrote:

>
>
> On Fri, May 15, 2009 at 7:36 AM, Mariano Martinez Peck <
> marianopeck at gmail.com> wrote:
>
>> Hi folks!
>>
>> I am calling a external shared library with FFI. This library does some
>> puts(""); 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't work. Nothing is shown in the console. Is there a way of doing this ?
>
>
> Yes; recompile using the -mconsole flag insterad of the -mwindows flag.  I
> think it's in LDFLAGS.
>

Mmmm I though there could be a way to do it without having to compile :(   .
I have never did this in windows. Is is explained somewhere how to compile
Squeak for windows?

Thanks for the help!


>
>
>>
>> Thanks a lot in advance,
>>
>> Mariano
>>
>>
>>
>>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20090515/23dd00f1/attachment.htm


More information about the Squeak-dev mailing list