search for: pcre_dfa_exec

Displaying 4 results from an estimated 4 matches for "pcre_dfa_exec".

2007 Jan 19
2
pcre library in R (PR#9319)
...blem, 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): undefined reference to `__pcre_ucp_findprop' ../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x1848): undefined reference...
2006 Nov 14
2
Building R from source
..../main/libmain.a ../appl/l ibappl.a ../nmath/libnmath.a graphapp/ga.a getline/gl.a ../extra/xdr/libxdr.a ../extra/zlib/libz.a ../extra/pcre/libpcre .a ../extra/bzip2/libbz2.a ../extra/intl/libintl.a ../extra/trio/libtrio.a dllversion.o -L. -lg2c -lRblas -lcomctl32 -lv ersion ../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x15f9): undefined reference to `_pcre_ucp_findprop' ../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x1639): undefined reference to `_pcre_ucp_findprop' ../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x1736): undefined reference to...
2007 Jan 08
1
Cross-compilation of R and ld bug ?
...in/libmai n.a ../appl/libappl.a ../nmath/libnmath.a graphapp/ga.a getline/gl.a ../extra/xd r/libxdr.a ../extra/zlib/libz.a ../extra/pcre/libpcre.a ../extra/bzip2/libbz2.a ../extra/intl/libintl.a ../extra/trio/libtrio.a dllversion.o -L. -lg2c -lRblas - lcomctl32 -lversion ../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x1703): undefin ed reference to `__pcre_ucp_findprop' ../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x1740): undefin ed reference to `__pcre_ucp_findprop' ../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x1848): undefin ed refe...
2007 Jan 19
2
Cross-compile errors under R-2.4.0 and R-2.4.1
...://cran.r-project.org/doc/contrib/cross-build.pdf I have tried changing R = R-x.x.x (2.3.1, 2.4.0 and 2.4.1) in http://cran.ii.uib.no/doc/contrib/Makefile-rcb 1) For R-2.3.1 everything works fine 2) For R-2.4.0 I receive the following error messages from 'make R': ../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x1f2a): more undefined references to `__pcre_ucp_findprop' follow collect2: ld returned 1 exit status make[4]: *** [R.dll] Error 1 make[3]: *** [../../bin/R.dll] Error 2 make[2]: *** [rbuild] Error 2 make[1]: *** [all] Error 2 make[1]: Leaving directory There is alre...