Displaying 1 result from an estimated 1 matches for "winemb".
Did you mean:
winemm
2013 Sep 15
0
building R, rJava, & Rserve on Centos without admin privileges (or support)
...: *** [R] Error 1
-----------------------------
$ cd ../R-packages; R CMD INSTALL Rserve
returns
...
** libs
gcc -std=gnu99 -shared -L/usr/local/lib64 -o Rserve.so RSserver.o
Rserv.o base64.o http.o md5.o oc.o qap_decode.o qap_encode.o rsio.o
session.o sha1.o standalone.o tls.o websockets.o winembed.o -lssl
-lcrypto -ldl -lcrypt -L/home1/optimal1/R-devel/lib -lR
/usr/bin/ld: cannot find -lR
collect2: ld returned 1 exit status
make: *** [Rserve.so] Error 1
ERROR: compilation failed for package 'Rserve'
* removing '/home1/optimal1/R-devel/library/Rserve'
----------------------...