Displaying 3 results from an estimated 3 matches for "cxx17picflags".
Did you mean:
  cxx11picflags
  
2019 May 23
1
Typo/bug in R-3.6.0/src/scripts/config ?
...tem         x86_64, linux-gnu
status
major          3
minor          6.0
year           2019
month          04
day            26
svn rev        76424
language       R
version.string R version 3.6.0 (2019-04-26)
nickname       Planting of a Tree
I think that on line 277 of src/scripts/config "CXX17PICFLAGSS" should read "CXX17PICFLAGS"
On my UNIX-alike, without this change I get:
R CMD config CXX17PICFLAGS
ERROR: no information for variable 'CXX17PICFLAGS'
but if I delete the second S, then I get:
R CMD config CXX17PICFLAGS
-fPIC
which is the same as on R 3.5.2
Have...
2017 Apr 19
0
R 3.4 has broken C++11 support
...ntic
  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				\
  PERL=/usr/bin/perl				\
  R_UNZIPCMD=/usr/bin/unzip			\
  R_ZIPCMD=...
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)