Displaying 5 results from an estimated 5 matches for "crosscompilebuild".
2005 Jan 28
1
error in gmake CrossCompileBuild
Dear all,
I expect that I am on thin ice trying to build this on
freeBSD 4.10, however, after tweaking Makefile-rcb v11Oct04
/* MAKE=gmake; MINGW_CROSS = mingw-cross4 */, I encounter:
mingw32-gcc -isystem ~/RCrossBuild/cross-
tools/mingw32/include -O2 -Wall -pedantic -I../include -I. -
DHAVE_CONFIG_H -DR_DLL_BUILD -c dynload.c -o dynload.o
dynload.c: In function `R_loadLibrary':
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...@echo "prepsrc : unpack and prepare source code"
@echo "mkrules : patch source code for cross-compile"
@echo "R : cross-compile R"
@echo " "
@echo "(or to run all at once (trusting, aren't
you?))"
@echo " "
@echo "CrossCompileBuild"
@echo " "
@echo "(To build packages or bundles, steps above
have to be run"
@echo " first to get a working build of R, which is
required!)"
@echo " "
@echo "pkg-NAME_VER : cross-build package NAME_VER"
@echo "bundle-NAME_VER :...
2007 Jan 19
2
pcre library in R (PR#9319)
I have the same problem, trying to cross-compile.
I'm running Ubuntu Edgy, kernel 2.6.17-10-generic, on an IBM T60.
I downloaded the Makefile from CRAN and ran make CrossCompileBuild
with the following error messages (also ran each make one at the time
and the problem occurs in make R):
../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x1703):
undefined reference to `__pcre_ucp_findprop'
../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x1740)...
2003 Nov 03
2
problem building MS-Windows package under linux
hi there,
trying to follow the steps of Yan & Rossini 2003, I have two problems
:
first when I 'make CrossCompileBuild', I get :
******************************************************************************
make[1]: Entering directory `/home/ros/RWORK/CROSSSOMP/WinR/R-1.8.0/src/gnuwin32'
make -f Makefile.docfiles
make[2]: Entering directory `/home/ros/RWORK/CROSSSOMP/WinR/R-1.8.0/src/gnuwin32'
makein...
2007 Jan 08
1
Cross-compilation of R and ld bug ?
...(.text+0x1f2a):
more un defined references to `__pcre_ucp_findprop' follow
collect2: ld returned 1 exit status
make[4]: *** [R.dll] Erreur 1
make[3]: *** [../../bin/R.dll] Erreur 2
make[2]: *** [rbuild] Erreur 2
make[1]: *** [all] Erreur 2
make[1]: quittant le r?pertoire ?
/home/stephane/Rdev/CrossCompileBuild/WinR/R-2 .4.0/src/gnuwin32 ?
****************************************
I have read (http://www.murdoch-sutherland.com/Rtools/) that a bug
exists for ld version 2.16.91 20050827 and that Prof Ripley produced a
patched version. It seems that my problem is also related to ld (and I
have the same ver...