Displaying 5 results from an estimated 5 matches for "shlib_cxx11ld".
2017 Jun 03
3
cygwin1.dll problems when installing packages from source
..."Makevars" -f
"C:/R/R-34~1.0/etc/i386/Makeconf" -f
"C:/R/R-34~1.0/share/make/winshlib.mk" -f
"C:/Users/john/Documents/.R/Makevars" CXX='$(CXX11) $(CXX11STD)'
CXXFLAGS='$(CXX11FLAGS)' CXXPICFLAGS='$(CXX11PICFLAGS)'
SHLIB_LDFLAGS='$(SHLIB_CXX11LDFLAGS)' SHLIB_LD='$(SHLIB_CXX11LD)'
SHLIB="Boom.dll" ' had status 2
ERROR: compilation failed for package 'Boom'
* removing 'C:/RownLib/Boom'
* restoring previous 'C:/RownLib/Boom'
Warning in install.packages :
running command '"C:/R/R-34~...
2017 Jun 03
2
cygwin1.dll problems when installing packages from source
...R-34~1.0/etc/i386/Makeconf" -f
>> "C:/R/R-34~1.0/share/make/winshlib.mk" -f
>> "C:/Users/john/Documents/.R/Makevars" CXX='$(CXX11) $(CXX11STD)'
>> CXXFLAGS='$(CXX11FLAGS)' CXXPICFLAGS='$(CXX11PICFLAGS)'
>> SHLIB_LDFLAGS='$(SHLIB_CXX11LDFLAGS)' SHLIB_LD='$(SHLIB_CXX11LD)'
>> SHLIB="Boom.dll" ' had status 2
>> ERROR: compilation failed for package 'Boom'
>> * removing 'C:/RownLib/Boom'
>> * restoring previous 'C:/RownLib/Boom'
>> Warning in install.packa...
2017 Jun 03
0
cygwin1.dll problems when installing packages from source
...> "C:/R/R-34~1.0/etc/i386/Makeconf" -f
> "C:/R/R-34~1.0/share/make/winshlib.mk" -f
> "C:/Users/john/Documents/.R/Makevars" CXX='$(CXX11) $(CXX11STD)'
> CXXFLAGS='$(CXX11FLAGS)' CXXPICFLAGS='$(CXX11PICFLAGS)'
> SHLIB_LDFLAGS='$(SHLIB_CXX11LDFLAGS)' SHLIB_LD='$(SHLIB_CXX11LD)'
> SHLIB="Boom.dll" ' had status 2
> ERROR: compilation failed for package 'Boom'
> * removing 'C:/RownLib/Boom'
> * restoring previous 'C:/RownLib/Boom'
> Warning in install.packages :
> running...
2017 Jun 03
0
cygwin1.dll problems when installing packages from source
..."C:/R/R-34~1.0/share/make/winshlib.mk <http://winshlib.mk>" -f
> "C:/Users/john/Documents/.R/Makevars" CXX='$(CXX11) $(CXX11STD)'
> CXXFLAGS='$(CXX11FLAGS)' CXXPICFLAGS='$(CXX11PICFLAGS)'
> SHLIB_LDFLAGS='$(SHLIB_CXX11LDFLAGS)' SHLIB_LD='$(SHLIB_CXX11LD)'
> SHLIB="Boom.dll" ' had status 2
> ERROR: compilation failed for package 'Boom'
> * removing 'C:/RownLib/Boom'
> * restoring previous 'C:/RownLib/Boom'
> Warn...
2017 Mar 19
3
Experimental CXX_STD problem in R 3.4
C++ support across different platforms is now very heterogeneous. The standard is evolving rapidly but there are also platforms in current use that do not support the recent iterations of the standard. Our goal for R 3.4.0 is to give as much flexibility as possible. The default compiler is whatever you get "out of the box" without setting the "-std=" flag. This means different