Re: wconsole on cygwin

2010-02-15 Thread Christopher Faylor
On Mon, Feb 15, 2010 at 04:59:07PM +, Greg Chicares wrote: >On 2010-02-15 15:51Z, ghada zaibi wrote: >> >> gcc -DHAVE_CONFIG_H -I. -I.. -I..-Wall -g -O2 -I/usr/local/include/SDL >> -I/us >> r/include/mingw -mno-cygwin -Dmain=SDL_main -MT main.o -MD -MP -MF >> .deps/main.Tp >> o -c -o main

Re: wconsole on cygwin

2010-02-15 Thread Greg Chicares
On 2010-02-15 15:51Z, ghada zaibi wrote: > > gcc -DHAVE_CONFIG_H -I. -I.. -I..-Wall -g -O2 -I/usr/local/include/SDL > -I/us > r/include/mingw -mno-cygwin -Dmain=SDL_main -MT main.o -MD -MP -MF > .deps/main.Tp > o -c -o main.o main.c '-mno-cygwin' essentially means you're building for MinGW,

wconsole on cygwin

2010-02-15 Thread ghada zaibi
Hi, I'm trying to install wconsole for wsim but I found this error when I wrote make..anyone knows how can I fix this error? Thanks a lot make make all-recursive make[1]: Entering directory `/home/ghada/wsim/utils/console' Making all in src make[2]: Entering directory `/home/ghada/wsim/utils/cons