Displaying 4 results from an estimated 4 matches for "curl_path".
Did you mean:
url_path
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...n needed for some versions of MinGW-w64
USE_IMPLIBS = YES
### END 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 t...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...; ### END 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 -lcryp...
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
...;
>> # 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
>>...