Everyone, I'm running R CMD check on a package using the 2.6.0 alpha version:
> sessionInfo() R version 2.6.0 alpha (2007-09-09 r42809) i386-pc-mingw32 locale: LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base The check is failing with this error: * checking whether package 'caret' can be installed ... ERROR Installation failed. Specifically: making DLL ... making caret.d from caret.c make[3]: gcc-sjlj: Command not found make[3]: [caret.d] Error 127 (ignored) cat: caret.d: No such file or directory make[3]: [makeMakedeps] Error 1 (ignored) gcc-sjlj -std=gnu99 -Ic:/PROGRA~1/R/R260AL~1/include -Wall -O3 -c caret.c -o caret.o make[3]: gcc-sjlj: Command not found make[3]: *** [caret.o] Error 127 make[2]: *** [srcDynlib] Error 2 make[1]: *** [all] Error 2 make: *** [pkg-caret] Error 2 Is there a new gcc version that I need to get or was a space omitted in the gcc command? (This uses gcc version 3.4.5 (mingw special)). I checked the release notes and the "Building R for Windows" site and I didn't see any mention of version changes. I've been able to run RCMD check with previous versions on the same package without error. Thanks, Max ---------------------------------------------------------------------- LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}} ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel