Я недавно обновил 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.
Задача ещё не решена.
Других решений пока нет …