[Mono-list] Problem building mono --with-gc=included on Cygwin

Giovanni Zito gzito@mbox.thunder.it
Tue, 30 Dec 2003 22:47:58 +0100


I'm trying to building mono 0.29 on Cygwin,  starting from mono packaged
version.

I'm using

./configure --with-gc=included

I'm getting the following error, while compiling libgc

gcc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE
_VERSION=\"6.2\" "-DPACKAGE_STRING=\"libgc-mono
6.2\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_WIN32_THREADS=1 -DNO_G
ETENV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STASIGNALS=1 -DNO_E
XECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLL
ECTABLE=1 -D_IN_LIBGC=1 -I./include -I./include -fexceptions -g -O2 -fexcept
ions -c misc.c -Wp,-MD,.deps/misc.TPlo  -DDLL_EXPORT -DPIC -o .libs/misc.lo
misc.c:51: `PTHREAD_MUTEX_INITIALIZER' undeclared here (not in a function)



Any kind of help will be appreciated.

G.Z.