search for: cxx17picflagss

Displaying 1 result from an estimated 1 matches for "cxx17picflagss".

Did you mean: cxx17picflags
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...