Я недавно обновил Linux до версии GCC 6.4 (/usr/local/gcc-6.4.0/lib/gcc/x86_64-pc-linux-gnu/6.4.0) старой версии 4.6 (/ usr / lib/gcc/x86_64-redhat-linux/4.6.2)
Однако путь к gcc в R studio не изменился.Я попытался изменить, используя Sys.setenv(PKG_CXXFLAGS="-std=c++11")
, но он все еще не работает.что мне делать?
[linux]$ gcc --version
gcc (GCC) 6.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
R studio
system2("gcc", "--version")
gcc (GCC) 4.6.2 20111027 (Red Hat 4.6.2-1)
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.