[Rd] R260 cross-compilation
ernesto
ernesto at ipimar.pt
Thu Oct 11 12:15:08 CEST 2007
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.
ernesto at gandalf:~/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
More information about the R-devel
mailing list