You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install MeTA on my Linux Machine but am encountering an issue in the 'make' command. I reach 82% completed then get the following issue: [ 81%] Linking CXX executable ../../../utf8-test /usr/bin/ld: warning: libicudata.so.58, needed by //home/k/anaconda3/lib/libicuuc.so.58, not found (try using -rpath or -rpath-link) //home/k/anaconda3/lib/libicuuc.so.58: undefined reference to 'icudt58_dat' collect2: error: ld returned 1 exit status src/utf/tools/CMakeFiles/utf8-test.dir/build.make:96: recipe for target 'utf8-test' failed
I followed the instructions for installing on Ubuntu 14.04, seems to be an issue with the unicode data in the Anaconda distribution I have installed. While I did not find a file specifically named icudt58_dat there is, in the same directory as libicudata.so.58 is in, an icu folder. Any suggestions on ways to get around this issue? Thank you.
Note: the full error is longer, but this seems to be the relevant portion of the overall error.
The text was updated successfully, but these errors were encountered:
I am trying to install MeTA on my Linux Machine but am encountering an issue in the 'make' command. I reach 82% completed then get the following issue:
[ 81%] Linking CXX executable ../../../utf8-test
/usr/bin/ld: warning: libicudata.so.58, needed by //home/k/anaconda3/lib/libicuuc.so.58, not found (try using -rpath or -rpath-link)
//home/k/anaconda3/lib/libicuuc.so.58: undefined reference to 'icudt58_dat'
collect2: error: ld returned 1 exit status
src/utf/tools/CMakeFiles/utf8-test.dir/build.make:96: recipe for target 'utf8-test' failed
I followed the instructions for installing on Ubuntu 14.04, seems to be an issue with the unicode data in the Anaconda distribution I have installed. While I did not find a file specifically named icudt58_dat there is, in the same directory as libicudata.so.58 is in, an icu folder. Any suggestions on ways to get around this issue? Thank you.
Note: the full error is longer, but this seems to be the relevant portion of the overall error.
The text was updated successfully, but these errors were encountered: