Closed Anne623 closed 8 years ago
This is because rzmq needs C++11 and you are trying to compile with and old version of GCC that doesn't support C++11. Try to install GCC 4.7 (it is in the SUSE repositories) and edit etc/Makeconf so that you refer to gcc-4.7 in the CXX1X line:
CXX1X = g++-4.7 CXX1XFLAGS = -g -O2 $(LTO) CXX1XPICFLAGS = -fpic CXX1XSTD = --std=c++11
You may have to fiddle a bit with these variables...
yes, it works for me.
Hi, I install rzmq with R version 3.2.3 on SUSE Linux Enterprise Server 11 SP3, while failed:
The etc/Makeconf setting is below:
I have installed stringi , dose something need to set for rzmq?
I have install zeromq: