search for: lrtmp

Displaying 4 results from an estimated 4 matches for "lrtmp".

Did you mean: rtmp
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...more detailed options # set to use ICU USE_ICU = YES # path to parent of ICU headers ICU_PATH = D:/home/ICU ICU_LIBS = -lsicuin -lsicuuc -lsicudt -lstdc++ # set to use libcurl USE_LIBCURL = YES # path to parent of libcurl headers CURL_PATH = D:/home/curl # libs: for 32-bit # CURL_LIBS = -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lcrypt32 -lz -lws2_32 -lgdi32 -lcrypt32 -lwldap32 -lwinmm -lidn # libs: for 64-bit CURL_LIBS = -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lcrypt32 -lz -lws2_32 -lgdi32 -lcrypt32 -lwldap32 -lwinmm # For the cairographics devices # Optionally use a static build of ca...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...= YES > # path to parent of ICU headers > ICU_PATH = D:/home/ICU > ICU_LIBS = -lsicuin -lsicuuc -lsicudt -lstdc++ > > # set to use libcurl > USE_LIBCURL = YES > # path to parent of libcurl headers > CURL_PATH = D:/home/curl > # libs: for 32-bit > # CURL_LIBS = -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lcrypt32 -lz > -lws2_32 -lgdi32 -lcrypt32 -lwldap32 -lwinmm -lidn > # libs: for 64-bit > CURL_LIBS = -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lcrypt32 -lz > -lws2_32 -lgdi32 -lcrypt32 -lwldap32 -lwinmm > > # For the cairographics devices > # O...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All, I am trying to compile R from source on a 64 bit Windows. I have downloaded and installed all the third party software as per the R - documentation. The compilation starts fine and after a while it stops with the following error message: D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lRgraphapp collect2.exe: error: ld
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...headers >> ICU_PATH = D:/home/ICU >> ICU_LIBS = -lsicuin -lsicuuc -lsicudt -lstdc++ >> >> # set to use libcurl >> USE_LIBCURL = YES >> # path to parent of libcurl headers >> CURL_PATH = D:/home/curl >> # libs: for 32-bit >> # CURL_LIBS = -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lcrypt32 -lz >> -lws2_32 -lgdi32 -lcrypt32 -lwldap32 -lwinmm -lidn >> # libs: for 64-bit >> CURL_LIBS = -lcurl -lrtmp -lssl -lssh2 -lcrypto -lgdi32 -lcrypt32 -lz >> -lws2_32 -lgdi32 -lcrypt32 -lwldap32 -lwinmm >> >> # For the cairog...