I get these errors in current Darcs head with mingw. I did not get
them when building the Chicken 2.613 tarball. Before I try to
diagnose anything, does this ring any bells?
Cheers,
Brandon
C:\devel\mingw\chicken>mingw32-make
[ 1%] Built target chicken-boot-c
[ 8%] Built target libchicken-boot-c
[ 15%] Built target libpcre-for-shared
Linking C shared library libchicken-boot.dll
Creating library file: libchicken-boot.dll.a
CMakeFiles/libchicken-boot.dir/regex.obj:regex.c:(.text+0x3ae3): undefined refer
ence to `_imp__pcre_free'
CMakeFiles/libchicken-boot.dir/regex.obj:regex.c:(.text+0x3c30): undefined refer
ence to `_imp__pcre_fullinfo'
CMakeFiles/libchicken-boot.dir/regex.obj:regex.c:(.text+0x3c93): undefined refer
ence to `_imp__pcre_exec'
CMakeFiles/libchicken-boot.dir/regex.obj:regex.c:(.text+0x48ac): undefined refer
ence to `_imp__pcre_compile'
collect2: ld returned 1 exit status
mingw32-make[2]: *** [boot/libchicken-boot.dll] Error 1
mingw32-make[1]: *** [boot/CMakeFiles/libchicken-boot.dir/all] Error 2
mingw32-make: *** [all] Error 2