Rev 19323 | Rev 22656 | 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 (ln, pwd, tr, ...), and I put a cygwintoolchain at the end of my path. (You do need /bin/sh, which cygwinmight mount for you.) Then with the R sources in /R/rw1060, I used in/TEMP/R (any other directory will do, except the sources)/R/rw1060/configure --build=i386-pc-mingw32This ran fairly slowly, producing a src/include/config.h that differs only- it found R_PRINTCMD = lpr on my system, but that is not used underWindows, so the actual setting is irrelevant.- watch out for local features: e.g. I have libz installed in mymingw compiler system.- watch out for versions of the header files. <strings.h> is inmingw-runtime-1.2 and later, but not in the Mingw-1.1 bundle.BDR 2002-04-15