Was writing a short R script to modify compile flags and saw this typo:

Index: config
===================================================================
--- config (revision 68217)
+++ config (working copy)
@@ -61,7 +61,7 @@
   CXX1X         C++ compiler command for C++11 code
   CXX1XSTD      flag used to enable C++11 support
   CXX1XFLAGS    C++11 compiler flags
-  CXX1XXPICFLAGS
+  CXX1XPICFLAGS
                 special flags for compiling C++11 code to be turned into
                 a shared library
   DYLIB_EXT file extension (including '.') for dynamic libraries

-- 
http://www.keittlab.org/

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to