Rev 22651 | Rev 23357 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
Notes for Windows Maintainers=============================1) fixed/h/config.h can be made automatically. Some of this isachieved by overrides in the configure script.You will need a few more tools (cmp, ln, rmdir, tr, uname, uniq ...),and I put a cygwin toolchain at the end of my path. (You do need/bin/sh, which cygwin might mount for you.) Then with the R sourcesin /R/rw1070, I used in /TEMP/R (any other directory will do, exceptthe sources)/R/rw1070/configure --build=i386-pc-mingw32This ran fairly slowly, producing a src/include/config.h that differsonly in that- it found R_PRINTCMD = lpr on my system, but that is not used underWindows, so the actual setting is irrelevant.- It found libreadline, not used under Windows.Also, watch out for versions of the header files. For example,<strings.h> was in mingw-runtime-1.2 and later, but not in theMingw-1.1 bundle.BDR 2002-04-15, 2003-01-09