I am a newbie here, I fetch the io source via darcs and wanna build it
under cygwin. firstly I enter the root path of io source code, and
type in cygwin:make, some errors occur and I dont know why, can some
guys help me out ?
============error information========================
cc -DINSTALL_PREFIX="/usr/local" -Zi -MTd -D_USE_MATH_DEFINES
-DWIN32 -D_DEBUG
-D_CRTDBG_MAP_ALLOC -I. -I/source -I../basekit/_build/headers
-I../coroutine/_
build/headers -I../garbagecollector/_build/headers
-I../skipdb/_build/headers -
DBUILDING_IOVM_DLL -c source/IoBlock.c -Fo_build/objs/IoBlock.o
cc: unrecognized option `-Zi'
cc: unrecognized option `-Fo_build/objs/IoBlock.o'
cc1: error: to generate dependencies you must specify either -M or -MM
make[2]: *** [_build/objs/IoBlock.o] Error 1
make[2]: Leaving directory
`/cygdrive/d/program/darcs/darcsdir-w32/io/libs/iovm'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/cygdrive/d/program/darcs/darcsdir-w32/io/libs/iovm'
make: *** [vm] Error 2
==================================
does cc here mean gcc? someone can show me a tutorial about the
complete steps of building under cygwin?
.