search for: u_getversion_58

Displaying 6 results from an estimated 6 matches for "u_getversion_58".

2019 Nov 21
3
Can't build R 3.6.1 or 3.5.3 on Ubuntu 18.04 LTS
....5.3) of R on Ubuntu 18.04 LTS. I have installed build-deps with: sudo apt-get build-dep r-base and I ran ./configure During "make", I get the following error: platform.o: In function `do_eSoftVersion': /home/user/Desktop/R-3.6.1/src/main/platform.c:3129: undefined reference to `u_getVersion_58' /home/user/Desktop/R-3.6.1/src/main/platform.c:3130: undefined reference to `u_versionToString_58' util.o: In function `resetICUcollator': /home/user/Desktop/R-3.6.1/src/main/util.c:2025: undefined reference to `ucol_close_58' util.o: In function `do_ICUset': /home/user/Deskt...
2018 Jun 20
3
libR.so error to install R-3.5.0 in Ubuntu 18.04
I tried to install R-3.5.0 from source on my Ubuntu 18.04, and met this problem: ../../lib/libR.so: undefined reference to 'ucol_strcollIter_58' ../../lib/libR.so: undefined reference to 'u_getVersion_58' ../../lib/libR.so: undefined reference to 'uloc_setDefault_58' ../../lib/libR.so: undefined reference to 'ucol_close_58' ../../lib/libR.so: undefined reference to 'ucol_getLocaleByType_58' ../../lib/libR.so: undefined reference to 'ucol_setAttribute_58' ../../li...
2018 Jun 21
1
libR.so error to install R-3.5.0 in Ubuntu 18.04
...ead https://cloud.r-project.org/bin/linux/ubuntu/README.html > and > follow the instructions. > > Otherwise ... > > | and met this problem: > | > | ../../lib/libR.so: undefined reference to 'ucol_strcollIter_58' > | ../../lib/libR.so: undefined reference to 'u_getVersion_58' > | ../../lib/libR.so: undefined reference to 'uloc_setDefault_58' > | ../../lib/libR.so: undefined reference to 'ucol_close_58' > | ../../lib/libR.so: undefined reference to 'ucol_getLocaleByType_58' > | ../../lib/libR.so: undefined reference to 'ucol_s...
2019 Nov 22
0
Can't build R 3.6.1 or 3.5.3 on Ubuntu 18.04 LTS
...o add-apt-repository ppa:marutter/rrutter sudo apt-get install r-base-dev > and I ran ./configure > During "make", I get the following error: > platform.o: In function `do_eSoftVersion': > /home/user/Desktop/R-3.6.1/src/main/platform.c:3129: undefined reference > to `u_getVersion_58' Such linking errors indicate you are not linking against the correct library that you compiled against. In this case, there seems to be a version conflict because you compiled against version 58 of ICU, but Ubuntu Bionic actually has ICU60: https://packages.ubuntu.com/bionic/libicu-dev So th...
2019 Nov 24
2
Can't build R 3.6.1 or 3.5.3 on Ubuntu 18.04 LTS
...ter/rrutter > sudo apt-get install r-base-dev > >> and I ran ./configure >> During "make", I get the following error: >> platform.o: In function `do_eSoftVersion': >> /home/user/Desktop/R-3.6.1/src/main/platform.c:3129: undefined reference >> to `u_getVersion_58' > Such linking errors indicate you are not linking against the correct > library that you compiled against. In this case, there seems to be a > version conflict because you compiled against version 58 of ICU, but > Ubuntu Bionic actually has ICU60: > https://packages.ubuntu.com/...
2018 Jun 20
0
libR.so error to install R-3.5.0 in Ubuntu 18.04
...l machines, and have for years. Just read https://cloud.r-project.org/bin/linux/ubuntu/README.html and follow the instructions. Otherwise ... | and met this problem: | | ../../lib/libR.so: undefined reference to 'ucol_strcollIter_58' | ../../lib/libR.so: undefined reference to 'u_getVersion_58' | ../../lib/libR.so: undefined reference to 'uloc_setDefault_58' | ../../lib/libR.so: undefined reference to 'ucol_close_58' | ../../lib/libR.so: undefined reference to 'ucol_getLocaleByType_58' | ../../lib/libR.so: undefined reference to 'ucol_setAttribute_58'...