Hi, I'm trying to cross compile R260 in a ubuntu 6.06 linux. I downloaded the Makefile for 251 and simply replaced the R version by 260. However I'm getting an error about mingw.
[EMAIL PROTECTED]:~/ipimar/devel/R/ccompile260$ make R export PATH=/home/ernesto/ipimar/devel/R/ccompile260/cross-tools/bin:/home/ernesto/ipimar/devel/R/ccompile260/cross-tools/i586-mingw32/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games; \ cd /home/ernesto/ipimar/devel/R/ccompile260/WinR/R-2.6.0/src/gnuwin32/; \ make; \ cd /home/ernesto/ipimar/devel/R/ccompile260/WinR; \ tar zcf Win-R-2.6.0.tgz R-2.6.0 make[1]: Entering directory `/home/ernesto/ipimar/devel/R/ccompile260/WinR/R-2.6.0/src/gnuwin32' make --no-print-directory -C front-ends Rpwd make -C ../../include -f Makefile.win version make Rpwd.exe i586-mingw32-gcc-sjlj -std=gnu99 -I../../include -O3 -Wall -pedantic -c rpwd.c -o rpwd.o make[4]: i586-mingw32-gcc-sjlj: Command not found make[4]: *** [rpwd.o] Error 127 make[3]: *** [Rpwd] Error 2 make[2]: *** [front-ends/Rpwd.exe] Error 2 make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/ernesto/ipimar/devel/R/ccompile260/WinR/R-2.6.0/src/gnuwin32' How can I fix this ? Is there a new Makefile for R260 ? Thanks EJ ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel