Displaying 2 results from an estimated 2 matches for "cxx14picflag".
Did you mean:
  cxx14picflags
  
2017 Apr 19
0
R 3.4 has broken C++11 support
...-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 = 
  CXX17 = 
  CXX17FLAGS = 
  CXX17PICFLAGS = 
  CXX17STD = 
I call configure in build shell script (which has not changed in years) with 
  R_PAPERSIZE=letter				\
  R_BATCHSAVE="--no-save --no-restore" 		\
  R_BROWSER=xdg-open				\
  PAGER=/usr/bin/pager				\
  P...
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)