search for: r_arg_us

Displaying 3 results from an estimated 3 matches for "r_arg_us".

Did you mean: r_arg_use
2017 Aug 01
3
configure.ac
...system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu loading site script './config.site' loading build-specific script './config.site' ./configure: line 2982: syntax error near unexpected token `blas' ./configure: line 2982: ` withval=$with_blas; R_ARG_USE(blas)' OK.. there's a recipe that oen can use, starting with: libtoolize --force but you get: A sequence typical found out there, starting withlibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `tools'. libtoolize: linking file `tools/ltmain.sh' libtoolize: You should ad...
2017 Aug 01
0
configure.ac
...-linux-gnu > checking host system type... x86_64-pc-linux-gnu > loading site script './config.site' > loading build-specific script './config.site' > ./configure: line 2982: syntax error near unexpected token `blas' > ./configure: line 2982: ` withval=$with_blas; R_ARG_USE(blas)' > > OK.. there's a recipe that oen can use, starting with: > > libtoolize --force > > but you get: > > A sequence typical found out there, starting withlibtoolize: putting > auxiliary files in AC_CONFIG_AUX_DIR, `tools'. > libtoolize: linking fi...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...-libtiff to avoid broken implicit dependencies Patch by Sebastien Fabbro --- configure.ac.orig 2012-01-02 17:01:24.000000000 +0000 +++ configure.ac 2012-01-02 17:04:21.000000000 +0000 @@ -396,6 +396,10 @@ [AS_HELP_STRING([--with-jpeglib],[use jpeglib library (if available) @<:@yes@:>@])], [R_ARG_USE(jpeglib)], [use_jpeglib=yes]) +AC_ARG_WITH([libtiff], +[AS_HELP_STRING([--with-libtiff],[use libtiff library (if available) @<:@yes@:>@])], +[R_ARG_USE(libtiff)], +[use_libtiff=yes]) AC_ARG_WITH([system-zlib], [AS_HELP_STRING([--with-system-zlib],[use system zlib library (if available) @&...