So I am trying to run the following code in R
command = paste("./WMCSim",HTM,sc,HTM,fa,ccm,sep=" ")
setwd("/home/build")
system(command)
and then I got the following error
./WMCSim: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by ./WMCSim)
Any suggestions as to how I can fix this problem? I usually run R on a windows machine so I am a little confused debugging it on Linux. Thanks!