Tanya,
This patch at the end of this message is needed for Cygwin and GCC 4.2.x series.
I also had to disable ‘runtime/libprofile’ by including the following in ‘runtime/makefile’ :-
ifeq ($(OS), Cygwin)
PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
endif
There maybe a better fix to make it work.
Aaron