search for: pcre_info

Displaying 10 results from an estimated 10 matches for "pcre_info".

Did you mean: pci_info
2001 Sep 29
0
configure.in fixes for 2.9.9p2
...(optionally in PATH)], [ + case "$withval" in + no) ;; + *) + if test "x$withval" != "xyes"; then + CPPFLAGS="${CPPFLAGS} -I$withval/include" + LDFLAGS="${LDFLAGS} -L$withval/lib" + fi - AC_CHECK_LIB(pcre, pcre_info, - [ - AC_DEFINE(HAVE_LIBPCRE) - LIBS="$LIBS -lpcreposix -lpcre" - no_comp_check="yes" - ], - [ AC_MSG_ERROR([*** Can not locate pcre libraries.]) ] - ) + AC_CHECK_HEADER(pcreposix.h, + AC_CHECK_LIB(pcre, pcre_info,[ + AC_DEFINE(HAVE_LIBPCRE) + L...
2002 Nov 02
5
problem compiling R-1.6.1 on WinNT: pcre
...libmain.a(pcre.o)(.text+0x16e):pcre.c: undefined reference to `pcre_exec' libmain.a(pcre.o)(.text+0x19d):pcre.c: undefined reference to `pcre_free' libmain.a(pcre.o)(.text+0x499):pcre.c: undefined reference to `pcre_compile' libmain.a(pcre.o)(.text+0x4bb):pcre.c: undefined reference to `pcre_info' libmain.a(pcre.o)(.text+0x587):pcre.c: undefined reference to `pcre_exec' libmain.a(pcre.o)(.text+0x603):pcre.c: undefined reference to `pcre_free' libmain.a(pcre.o)(.text+0x611):pcre.c: undefined reference to `pcre_free' libmain.a(pcre.o)(.text+0x6ca):pcre.c: undefined reference t...
2001 May 21
1
2.9p1 patches
...+9,7 @@ # Checks for programs. AC_PROG_CPP +AC_SYS_LARGEFILE AC_PROG_RANLIB AC_PROG_INSTALL AC_PATH_PROG(AR, ar) @@ -285,35 +256,56 @@ ] ) +dnl for PCRE regex library AC_ARG_WITH(pcre, - [ --with-pcre Override built in regex library with pcre], - [ - - AC_CHECK_LIB(pcre, pcre_info, - [ - AC_DEFINE(HAVE_LIBPCRE) - LIBS="$LIBS -lpcreposix -lpcre" - no_comp_check="yes" - ], - [ AC_MSG_ERROR([*** Can not locate pcre libraries.]) ] - ) - ] -) + [ --with-pcre[=PATH] Override builtin regex library with PCRE +...
2007 Jan 30
1
Solaris 10 compilation issue
...tic.o find_interv_vec registration.o Rf_qnchisq arithmetic.o Rf_qnbinom arithmetic.o Rf_rcauchy random.o Rf_trigamma arithmetic.o massdist registration.o pcre_info pcre.o pcre_exec character.o Rf_beta arithmetic.o Rf_dexp arithmetic.o Rf_pexp arithmetic.o Rf_qexp arithmetic.o Rf_rexp...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...tic.o find_interv_vec registration.o Rf_qnchisq arithmetic.o Rf_qnbinom arithmetic.o Rf_rcauchy random.o Rf_trigamma arithmetic.o massdist registration.o pcre_info pcre.o pcre_exec character.o Rf_beta arithmetic.o Rf_dexp arithmetic.o Rf_pexp arithmetic.o Rf_qexp arithmetic.o Rf_rexp...
2007 Jan 30
0
R Compiling issue
...tif9 optimize.o rcont2 random.o R_pretty0 engine.o setulb optim.o Rf_qcauchy arithmetic.o UsingReadline platform.o Rf_pwilcox arithmetic.o find_interv_vec registration.o Rf_qnchisq arithmetic.o Rf_qnbinom arithmetic.o Rf_rcauchy random.o Rf_trigamma arithmetic.o massdist registration.o pcre_info pcre.o pcre_exec character.o Rf_beta arithmetic.o Rf_dexp arithmetic.o Rf_pexp arithmetic.o Rf_qexp arithmetic.o Rf_rexp random.o Rf_sign arithmetic.o libintl_nl_domain_bindings ../extra/intl/libintl.a(bindtextdom.o) libintl_nl_current_default_domain ../extra/intl/libintl.a(textdomain.o)...
2007 Jan 30
0
Issue with compiling R on solaris 10
...tic.o find_interv_vec registration.o Rf_qnchisq arithmetic.o Rf_qnbinom arithmetic.o Rf_rcauchy random.o Rf_trigamma arithmetic.o massdist registration.o pcre_info pcre.o pcre_exec character.o Rf_beta arithmetic.o Rf_dexp arithmetic.o Rf_pexp arithmetic.o Rf_qexp arithmetic.o Rf_rexp...
2001 Feb 13
1
configure.in reorder patch
...ib missing - please install first ***])) -AC_CHECK_LIB(util, login, AC_DEFINE(HAVE_LIBUTIL_LOGIN) LIBS="$LIBS -lutil") +AC_CHECK_LIB(util, login, AC_DEFINE(HAVE_LIBUTIL_LOGIN) LIBS="-lutil $LIBS") AC_CHECK_FUNC(regcomp, [ AC_DEFINE(HAVE_REGCOMP)], [ AC_CHECK_LIB(pcre, pcre_info, - AC_DEFINE(HAVE_LIBPCRE) LIBS="$LIBS -lpcreposix -lpcre") + AC_DEFINE(HAVE_LIBPCRE) LIBS="-lpcreposix -lpcre $LIBS") ] ) -dnl UnixWare 2.x -AC_CHECK_FUNC(strcasecmp, - [], [ AC_CHECK_LIB(resolv, strcasecmp, LIBS="$LIBS -lresolv") ] -) -AC_CHECK_FUNC(utimes...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...bbz2.a making pcre_chartables.d from pcre_chartables.c making pcre_compile.d from pcre_compile.c making pcre_config.d from pcre_config.c making pcre_exec.d from pcre_exec.c making pcre_fullinfo.d from pcre_fullinfo.c making pcre_get.d from pcre_get.c making pcre_globals.d from pcre_globals.c making pcre_info.d from pcre_info.c making pcre_maketables.d from pcre_maketables.c making pcre_newline.d from pcre_newline.c making pcre_ord2utf8.d from pcre_ord2utf8.c making pcre_refcount.d from pcre_refcount.c making pcre_study.d from pcre_study.c making pcre_tables.d from pcre_tables.c making pcre_try_flipped....
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...bbz2.a making pcre_chartables.d from pcre_chartables.c making pcre_compile.d from pcre_compile.c making pcre_config.d from pcre_config.c making pcre_exec.d from pcre_exec.c making pcre_fullinfo.d from pcre_fullinfo.c making pcre_get.d from pcre_get.c making pcre_globals.d from pcre_globals.c making pcre_info.d from pcre_info.c making pcre_maketables.d from pcre_maketables.c making pcre_newline.d from pcre_newline.c making pcre_ord2utf8.d from pcre_ord2utf8.c making pcre_refcount.d from pcre_refcount.c making pcre_study.d from pcre_study.c making pcre_tables.d from pcre_tables.c making pcre_try_flipped....