Displaying 2 results from an estimated 2 matches for "cxx98flag".
Did you mean:
cxx98flags
2017 Apr 19
0
R 3.4 has broken C++11 support
...Arch Linux
Maybe you can share with us how you configure the build of R-devel? I tend
to locally build every week or so and I have the following on Ubuntu 16.10:
CXX = ccache g++
CXXCPP = $(CXX) -E
CXXFLAGS = -ggdb -pipe -Wall -pedantic $(LTO)
CXXPICFLAGS = -fpic
CXX98 = ccache g++
CXX98FLAGS = -ggdb -pipe -Wall -pedantic
CXX98PICFLAGS = -fpic
CXX98STD = -std=gnu++98
CXX11 = ccache g++
CXX11FLAGS = -ggdb -pipe -Wall -pedantic
CXX11PICFLAGS = -fpic
CXX11STD = -std=gnu++11
CXX14 = ccache g++
CXX14FLAGS = -ggdb -pipe -Wall -pedantic
CXX14PICFLAGS = -fpic
CXX14STD =...
2017 Apr 19
5
R 3.4 has broken C++11 support
Hi!
Well, my linux distribution has very recent versions
of everything, so a working C++11 compiler exists:
$ gcc --version | head -n1
gcc (GCC) 6.3.1 20170306
Could wrong ./configure options be at fault here? See:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40
My sessionInfo():
$ R-devel --slave -e 'sessionInfo()' | head -n3
R Under development (unstable)