From: WATANABE Hirofumi Date: 2006-06-01T01:58:44+09:00 Subject: Re: Compiling for mingw32 under Cygwin Hi, Alex Young writes: > I'm trying to compile Ruby under Cygwin, but I want to target mingw32. > Although I've got the mingw32 tools installed, the ./configure step > doesn't spot them. Has anyone had any luck with this? Just setting > CFLAGS='-mno-cygwin' isn't enough, it seems. % ./configure --with-gcc='gcc -mno-cygwin' -- eban