Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for std::max_align_t #431

Closed
dm8000 opened this issue May 12, 2021 · 6 comments
Closed

Check for std::max_align_t #431

dm8000 opened this issue May 12, 2021 · 6 comments

Comments

@dm8000
Copy link

dm8000 commented May 12, 2021

Hello

I have tried installing stringi in multiple ways as suggested on stackoverflow. One of them is described here

https://stackoverflow.com/questions/31942322/how-to-install-stringi-from-local-file-absolutely-no-internet-access

For simplicity, I will post the error log I got from "install.packages('stringi')


`Installing package into ‘/data04/projects04/MarianaBoroni/adipocyte_int/lib/Rpackages’
(as ‘lib’ is unspecified)
* installing *source* package ‘stringi’ ...
** using staged installation
checking for R_HOME... /data04/tools/R/R-4.0.5/lib64/R
checking for R... /data04/tools/R/R-4.0.5/lib64/R/bin/R
checking for endianness... little
checking for R >= 3.1.0 for C++11 use... yes
checking for R < 3.4.0 for CXX1X flag use... no
checking for cat... /usr/bin/cat
checking for local ICUDT_DIR... icu69/data
checking for gcc... gcc -std=gnu99
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -std=gnu99 accepts -g... yes
checking for gcc -std=gnu99 option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -std=gnu++11 accepts -g... yes
checking whether the C++ compiler supports the long long type... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler supports Standard Template Library... yes
checking whether std::map is available... yes
checking for pkg-config... /usr/bin/pkg-config
checking with pkg-config for the system ICU4C... 50.1.2
checking for ICU4C >= 55... no
*** ICU4C 50.1.2 has been detected
*** Minimal requirements, i.e., ICU4C >= 55, are not met
*** Trying with 'standard' fallback flags
checking whether an ICU4C-based project can be built... yes
checking programmatically for sufficient U_ICU_VERSION_MAJOR_NUM... no
*** This version of ICU4C cannot be used.
checking whether we may compile src/icu69/common/putil.cpp... yes
checking whether we may compile src/icu69/i18n/number_affixutils.cpp... yes
checking whether the ICU data library can be downloaded... icudt already downloaded
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/uconfig_local.h
config.status: creating src/install.libs.R

*** stringi configure summary:
    ICU_FOUND=0
    ICUDT_DIR=icu69/data
    ICU_BUNDLE_VERSION=69
    ICUDT_ENDIANNESS=little
    STRINGI_CXXSTD=CXX_STD=CXX11
    STRINGI_CFLAGS=   -fpic
    STRINGI_CPPFLAGS=-I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H
    STRINGI_CXXFLAGS=   -fpic
    STRINGI_LDFLAGS=  
    STRINGI_LIBS=  

*** Compiler settings used:
    CC=gcc -std=gnu99
    LD=g++ -std=gnu++11
    CFLAGS=-g -O2 -fpic  
    CPPFLAGS=-I/usr/local/include   -UDEBUG -DNDEBUG
    CXX=g++ -std=gnu++11
    CXXFLAGS=-g -O2 -fpic  
    LDFLAGS=  
    LIBS=  

** libs
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_brkiter.cpp -o stri_brkiter.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_collator.cpp -o stri_collator.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_common.cpp -o stri_common.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_compare.cpp -o stri_compare.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_container_base.cpp -o stri_container_base.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_container_bytesearch.cpp -o stri_container_bytesearch.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_container_listint.cpp -o stri_container_listint.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_container_listraw.cpp -o stri_container_listraw.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_container_listutf8.cpp -o stri_container_listutf8.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_container_regex.cpp -o stri_container_regex.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_container_usearch.cpp -o stri_container_usearch.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_container_utf16.cpp -o stri_container_utf16.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_container_utf8.cpp -o stri_container_utf8.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_container_utf8_indexable.cpp -o stri_container_utf8_indexable.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_encoding_conversion.cpp -o stri_encoding_conversion.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_encoding_detection.cpp -o stri_encoding_detection.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_encoding_management.cpp -o stri_encoding_management.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_escape.cpp -o stri_escape.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_exception.cpp -o stri_exception.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_ICU_settings.cpp -o stri_ICU_settings.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_join.cpp -o stri_join.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_length.cpp -o stri_length.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_pad.cpp -o stri_pad.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_prepare_arg.cpp -o stri_prepare_arg.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_random.cpp -o stri_random.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_reverse.cpp -o stri_reverse.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_class_count.cpp -o stri_search_class_count.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_class_detect.cpp -o stri_search_class_detect.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_class_extract.cpp -o stri_search_class_extract.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_class_locate.cpp -o stri_search_class_locate.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_class_replace.cpp -o stri_search_class_replace.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_class_split.cpp -o stri_search_class_split.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_class_startsendswith.cpp -o stri_search_class_startsendswith.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_class_subset.cpp -o stri_search_class_subset.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_class_trim.cpp -o stri_search_class_trim.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_common.cpp -o stri_search_common.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_coll_count.cpp -o stri_search_coll_count.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_coll_detect.cpp -o stri_search_coll_detect.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_coll_extract.cpp -o stri_search_coll_extract.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_coll_locate.cpp -o stri_search_coll_locate.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_coll_replace.cpp -o stri_search_coll_replace.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_coll_split.cpp -o stri_search_coll_split.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_coll_startsendswith.cpp -o stri_search_coll_startsendswith.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_coll_subset.cpp -o stri_search_coll_subset.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_boundaries_count.cpp -o stri_search_boundaries_count.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_boundaries_extract.cpp -o stri_search_boundaries_extract.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_boundaries_locate.cpp -o stri_search_boundaries_locate.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_boundaries_split.cpp -o stri_search_boundaries_split.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_fixed_count.cpp -o stri_search_fixed_count.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_fixed_detect.cpp -o stri_search_fixed_detect.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_fixed_extract.cpp -o stri_search_fixed_extract.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_fixed_locate.cpp -o stri_search_fixed_locate.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_fixed_replace.cpp -o stri_search_fixed_replace.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_fixed_split.cpp -o stri_search_fixed_split.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_fixed_subset.cpp -o stri_search_fixed_subset.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_fixed_startsendswith.cpp -o stri_search_fixed_startsendswith.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_in.cpp -o stri_search_in.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_other_split.cpp -o stri_search_other_split.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_regex_count.cpp -o stri_search_regex_count.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_regex_detect.cpp -o stri_search_regex_detect.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_regex_extract.cpp -o stri_search_regex_extract.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_regex_locate.cpp -o stri_search_regex_locate.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_regex_match.cpp -o stri_search_regex_match.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_regex_replace.cpp -o stri_search_regex_replace.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_regex_split.cpp -o stri_search_regex_split.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_search_regex_subset.cpp -o stri_search_regex_subset.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_sort.cpp -o stri_sort.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_stats.cpp -o stri_stats.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_stringi.cpp -o stri_stringi.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_sub.cpp -o stri_sub.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_test.cpp -o stri_test.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_time_zone.cpp -o stri_time_zone.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_time_calendar.cpp -o stri_time_calendar.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_time_symbols.cpp -o stri_time_symbols.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_time_format.cpp -o stri_time_format.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_trans_casemap.cpp -o stri_trans_casemap.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_trans_other.cpp -o stri_trans_other.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_trans_normalization.cpp -o stri_trans_normalization.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_trans_transliterate.cpp -o stri_trans_transliterate.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_ucnv.cpp -o stri_ucnv.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_uloc.cpp -o stri_uloc.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_utils.cpp -o stri_utils.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c stri_wrap.cpp -o stri_wrap.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/appendable.cpp -o icu69/common/appendable.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/bmpset.cpp -o icu69/common/bmpset.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/brkeng.cpp -o icu69/common/brkeng.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/brkiter.cpp -o icu69/common/brkiter.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/bytesinkutil.cpp -o icu69/common/bytesinkutil.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/bytestream.cpp -o icu69/common/bytestream.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/bytestrie.cpp -o icu69/common/bytestrie.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/bytestriebuilder.cpp -o icu69/common/bytestriebuilder.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/bytestrieiterator.cpp -o icu69/common/bytestrieiterator.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/caniter.cpp -o icu69/common/caniter.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/characterproperties.cpp -o icu69/common/characterproperties.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/chariter.cpp -o icu69/common/chariter.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/charstr.cpp -o icu69/common/charstr.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/cmemory.cpp -o icu69/common/cmemory.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/cstr.cpp -o icu69/common/cstr.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/cstring.cpp -o icu69/common/cstring.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/cwchar.cpp -o icu69/common/cwchar.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/dictbe.cpp -o icu69/common/dictbe.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/dictionarydata.cpp -o icu69/common/dictionarydata.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/dtintrv.cpp -o icu69/common/dtintrv.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/edits.cpp -o icu69/common/edits.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/errorcode.cpp -o icu69/common/errorcode.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/filteredbrk.cpp -o icu69/common/filteredbrk.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/filterednormalizer2.cpp -o icu69/common/filterednormalizer2.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/icudataver.cpp -o icu69/common/icudataver.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/icuplug.cpp -o icu69/common/icuplug.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/loadednormalizer2impl.cpp -o icu69/common/loadednormalizer2impl.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/localebuilder.cpp -o icu69/common/localebuilder.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/localematcher.cpp -o icu69/common/localematcher.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/localeprioritylist.cpp -o icu69/common/localeprioritylist.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/locavailable.cpp -o icu69/common/locavailable.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/locbased.cpp -o icu69/common/locbased.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/locdispnames.cpp -o icu69/common/locdispnames.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/locdistance.cpp -o icu69/common/locdistance.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/locdspnm.cpp -o icu69/common/locdspnm.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/locid.cpp -o icu69/common/locid.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/loclikely.cpp -o icu69/common/loclikely.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/loclikelysubtags.cpp -o icu69/common/loclikelysubtags.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/locmap.cpp -o icu69/common/locmap.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/locresdata.cpp -o icu69/common/locresdata.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/locutil.cpp -o icu69/common/locutil.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/lsr.cpp -o icu69/common/lsr.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/messagepattern.cpp -o icu69/common/messagepattern.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/normalizer2.cpp -o icu69/common/normalizer2.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/normalizer2impl.cpp -o icu69/common/normalizer2impl.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/normlzr.cpp -o icu69/common/normlzr.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/parsepos.cpp -o icu69/common/parsepos.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/patternprops.cpp -o icu69/common/patternprops.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/pluralmap.cpp -o icu69/common/pluralmap.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/propname.cpp -o icu69/common/propname.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/propsvec.cpp -o icu69/common/propsvec.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/punycode.cpp -o icu69/common/punycode.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/putil.cpp -o icu69/common/putil.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/rbbi.cpp -o icu69/common/rbbi.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/rbbi_cache.cpp -o icu69/common/rbbi_cache.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/rbbidata.cpp -o icu69/common/rbbidata.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/rbbinode.cpp -o icu69/common/rbbinode.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/rbbirb.cpp -o icu69/common/rbbirb.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/rbbiscan.cpp -o icu69/common/rbbiscan.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/rbbisetb.cpp -o icu69/common/rbbisetb.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/rbbistbl.cpp -o icu69/common/rbbistbl.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/rbbitblb.cpp -o icu69/common/rbbitblb.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/resbund.cpp -o icu69/common/resbund.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/resbund_cnv.cpp -o icu69/common/resbund_cnv.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/resource.cpp -o icu69/common/resource.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/restrace.cpp -o icu69/common/restrace.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/ruleiter.cpp -o icu69/common/ruleiter.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/schriter.cpp -o icu69/common/schriter.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/serv.cpp -o icu69/common/serv.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/servlk.cpp -o icu69/common/servlk.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/servlkf.cpp -o icu69/common/servlkf.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/servls.cpp -o icu69/common/servls.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/servnotf.cpp -o icu69/common/servnotf.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/servrbf.cpp -o icu69/common/servrbf.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/servslkf.cpp -o icu69/common/servslkf.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/sharedobject.cpp -o icu69/common/sharedobject.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/simpleformatter.cpp -o icu69/common/simpleformatter.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/static_unicode_sets.cpp -o icu69/common/static_unicode_sets.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/stringpiece.cpp -o icu69/common/stringpiece.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/stringtriebuilder.cpp -o icu69/common/stringtriebuilder.o
g++ -std=gnu++11 -I"/data04/tools/R/R-4.0.5/lib64/R/include" -DNDEBUG -I. -Iicu69         -DU_STRINGI_PATCHES         -Iicu69/unicode -Iicu69/common         -Iicu69/i18n -DU_STATIC_IMPLEMENTATION         -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DUCONFIG_USE_LOCAL   -UDEBUG -DNDEBUG -DU_HAVE_ELF_H  -I/usr/local/include  -fpic -fpic  -g -O2  -c icu69/common/uarrsort.cpp -o icu69/common/uarrsort.o
icu69/common/uarrsort.cpp: In function ‘constexpr int32_t sizeInMaxAlignTs(int32_t)’:
icu69/common/uarrsort.cpp:40:34: error: ‘max_align_t’ is not a member of ‘std’
     return (sizeInBytes + sizeof(std::max_align_t) - 1) / sizeof(std::max_align_t);
                                  ^
icu69/common/uarrsort.cpp:40:34: note: suggested alternative:
In file included from /usr/include/c++/4.8.2/cstddef:42:0,
                 from icu69/common/uarrsort.cpp:21:
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h:425:3: note:   ‘max_align_t’
 } max_align_t;
   ^
icu69/common/uarrsort.cpp:40:66: error: ‘max_align_t’ is not a member of ‘std’
     return (sizeInBytes + sizeof(std::max_align_t) - 1) / sizeof(std::max_align_t);
                                                                  ^
icu69/common/uarrsort.cpp:40:66: note: suggested alternative:
In file included from /usr/include/c++/4.8.2/cstddef:42:0,
                 from icu69/common/uarrsort.cpp:21:
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h:425:3: note:   ‘max_align_t’
 } max_align_t;
   ^
icu69/common/uarrsort.cpp:41:1: error: body of constexpr function ‘constexpr int32_t sizeInMaxAlignTs(int32_t)’ not a return-statement
 }
 ^
icu69/common/uarrsort.cpp: In function ‘void insertionSort(char*, int32_t, int32_t, int32_t (*)(const void*, const void*, const void*), const void*, UErrorCode*)’:
icu69/common/uarrsort.cpp:144:26: error: ‘max_align_t’ is not a member of ‘std’
     icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE)> v;
                          ^
icu69/common/uarrsort.cpp:144:26: note: suggested alternative:
In file included from /usr/include/c++/4.8.2/cstddef:42:0,
                 from icu69/common/uarrsort.cpp:21:
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h:425:3: note:   ‘max_align_t’
 } max_align_t;
   ^
icu69/common/uarrsort.cpp:144:26: error: ‘max_align_t’ is not a member of ‘std’
     icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE)> v;
                          ^
icu69/common/uarrsort.cpp:144:26: note: suggested alternative:
In file included from /usr/include/c++/4.8.2/cstddef:42:0,
                 from icu69/common/uarrsort.cpp:21:
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h:425:3: note:   ‘max_align_t’
 } max_align_t;
   ^
icu69/common/uarrsort.cpp:144:77: error: template argument 1 is invalid
     icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE)> v;
                                                                             ^
icu69/common/uarrsort.cpp:144:76: error: ‘constexpr int32_t sizeInMaxAlignTs(int32_t)’ called in a constant expression
     icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE)> v;
                                                                            ^
icu69/common/uarrsort.cpp:144:77: note: in template argument for type ‘int’ 
     icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE)> v;
                                                                             ^
icu69/common/uarrsort.cpp:144:80: error: invalid type in declaration before ‘;’ token
     icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE)> v;
                                                                                ^
icu69/common/uarrsort.cpp:145:40: error: request for member ‘getCapacity’ in ‘v’, which is of non-class type ‘int’
     if (sizeInMaxAlignTs(itemSize) > v.getCapacity() &&
                                        ^
icu69/common/uarrsort.cpp:146:15: error: request for member ‘resize’ in ‘v’, which is of non-class type ‘int’
             v.resize(sizeInMaxAlignTs(itemSize)) == nullptr) {
               ^
icu69/common/uarrsort.cpp:151:62: error: request for member ‘getAlias’ in ‘v’, which is of non-class type ‘int’
     doInsertionSort(array, length, itemSize, cmp, context, v.getAlias());
                                                              ^
icu69/common/uarrsort.cpp: In function ‘void quickSort(char*, int32_t, int32_t, int32_t (*)(const void*, const void*, const void*), const void*, UErrorCode*)’:
icu69/common/uarrsort.cpp:238:26: error: ‘max_align_t’ is not a member of ‘std’
     icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE) * 2> xw;
                          ^
icu69/common/uarrsort.cpp:238:26: note: suggested alternative:
In file included from /usr/include/c++/4.8.2/cstddef:42:0,
                 from icu69/common/uarrsort.cpp:21:
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h:425:3: note:   ‘max_align_t’
 } max_align_t;
   ^
icu69/common/uarrsort.cpp:238:26: error: ‘max_align_t’ is not a member of ‘std’
     icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE) * 2> xw;
                          ^
icu69/common/uarrsort.cpp:238:26: note: suggested alternative:
In file included from /usr/include/c++/4.8.2/cstddef:42:0,
                 from icu69/common/uarrsort.cpp:21:
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h:425:3: note:   ‘max_align_t’
 } max_align_t;
   ^
icu69/common/uarrsort.cpp:238:81: error: template argument 1 is invalid
     icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE) * 2> xw;
                                                                                 ^
icu69/common/uarrsort.cpp:238:76: error: ‘constexpr int32_t sizeInMaxAlignTs(int32_t)’ called in a constant expression
     icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE) * 2> xw;
                                                                            ^
icu69/common/uarrsort.cpp:238:81: note: in template argument for type ‘int’ 
     icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE) * 2> xw;
                                                                                 ^
icu69/common/uarrsort.cpp:238:85: error: invalid type in declaration before ‘;’ token
     icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE) * 2> xw;
                                                                                     ^
icu69/common/uarrsort.cpp:239:42: error: request for member ‘getCapacity’ in ‘xw’, which is of non-class type ‘int’
     if(sizeInMaxAlignTs(itemSize)*2 > xw.getCapacity() &&
                                          ^
icu69/common/uarrsort.cpp:240:16: error: request for member ‘resize’ in ‘xw’, which is of non-class type ‘int’
             xw.resize(sizeInMaxAlignTs(itemSize) * 2) == nullptr) {
                ^
icu69/common/uarrsort.cpp:246:21: error: request for member ‘getAlias’ in ‘xw’, which is of non-class type ‘int’
                  xw.getAlias(), xw.getAlias() + sizeInMaxAlignTs(itemSize));
                     ^
icu69/common/uarrsort.cpp:246:36: error: request for member ‘getAlias’ in ‘xw’, which is of non-class type ‘int’
                  xw.getAlias(), xw.getAlias() + sizeInMaxAlignTs(itemSize));
                                    ^
make: *** [icu69/common/uarrsort.o] Error 1
ERROR: compilation failed for package ‘stringi’
* removing ‘/data04/projects04/MarianaBoroni/adipocyte_int/lib/Rpackages/stringi’
Warning in install.packages :
  installation of package ‘/home/diogomoraes/adipocyte_int/other/stringi_1.6.2.tar.gz’ had non-zero exit status`
@gagolews gagolews changed the title can't install stringi Check for std::max_align_t May 13, 2021
@gagolews
Copy link
Owner

[note to self]: configure should check for std::max_align_t which is used by src/icu69/common/uarrsort.cpp and src/icu69/common/utext.cpp

@gagolews
Copy link
Owner

Could you please provide the output of g++ -v?

@gagolews
Copy link
Owner

Also could you please check if install.packages("stringi", configure.args="--with-extra-cxxflags='--std=c++11'") works?

@gagolews
Copy link
Owner

gagolews added a commit that referenced this issue May 13, 2021
@gagolews
Copy link
Owner

Okay, I think I have a patch for this, could you please try calling (from within R): devtools::install_github("gagolews/stringi").

Thanks for contributing to the testing of the package.

@dm8000
Copy link
Author

dm8000 commented May 13, 2021

Hello gagolews

Thank you for your help

Here is the output of g++ -v

Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/cm/local/apps/gcc/7.2.0/libexec/gcc/x86_64-pc-linux-gnu/7.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-7.2.0/configure --prefix=/cm/local/apps/gcc/7.2.0 --enable-languages=c,c++,fortran --with-gmp-include=/root/rpmbuild/BUILD/gcc-7.2.0-obj/../gcc-7.2.0/our-gmp --with-gmp-lib=/root/rpmbuild/BUILD/gcc-7.2.0-obj/../gcc-7.2.0/our-gmp/.libs --with-mpc-include=/root/rpmbuild/BUILD/gcc-7.2.0-obj/../gcc-7.2.0/our-mpc/src --with-mpc-lib=/root/rpmbuild/BUILD/gcc-7.2.0-obj/../gcc-7.2.0/our-mpc/src/.libs --with-mpfr-include=/root/rpmbuild/BUILD/gcc-7.2.0-obj/../gcc-7.2.0/our-mpfr/src --with-mpfr-lib=/root/rpmbuild/BUILD/gcc-7.2.0-obj/../gcc-7.2.0/our-mpfr/src/.libs
Thread model: posix
gcc version 7.2.0 (GCC) 

Moreover, I ran the code install.packages("stringi", configure.args="--with-extra-cxxflags='--std=c++11'") and it seems it worked perfectly. Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants