Brandon J. Van Every scripsit: > My primary development environment is MinGW / MSYS. The suggstion is > just to determine if the problem exists on all chickens or just CMake > chickens.
It does indeed crash on Cygwin as well, thus: srfi-19.setup . cp -r ./en/srfi-19 /usr/local/lib/srfi-29-bundles/en/srfi-19 cp -r ./es/srfi-19 /usr/local/lib/srfi-29-bundles/es/srfi-19 cp -r tai-utc.dat /usr/local/lib/tai-utc.dat /usr/local/bin/csc -feature compiling-extension -O2 -d1 -s srfi-19.scm -o srfi-19.dll -check-imports -emit-exports srfi-19.exports *** Shell command terminated with exit status 11: /usr/local/bin/chicken srfi-19.scm -output-file srfi-19.c -dynamic -feature chicken-compile-shared -quiet -feature compiling-extension -optimize-level 2 -debug-level 1 -check-imports -emit-exports srfi-19.exports Error: shell invocation failed with non-zero return status "/usr/local/bin/csc -feature compiling-extension -O2 -d1 -s srfi-19.scm -o srfi... 11 Error 11 may be somewhat more meaningful. -- John Cowan [EMAIL PROTECTED] http://ccil.org/~cowan The whole of Gaul is quartered into three halves. -- Julius Caesar _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
