Re: Windows compilation error

2019-07-14 Thread Ray Satiro via curl-library
On 7/7/2019 6:51 PM, MATSUDA Daiki wrote: > On 2019年07月08日 07:17, Ray Satiro via curl-library wrote: >> On 7/7/2019 5:43 PM, MATSUDA Daiki wrote: >>> On 2019年07月07日 15:17, Ray Satiro via curl-library wrote: On 7/2/2019 8:07 PM, MATSUDA Daiki via curl-library wrote: > In my research, the cu

Re: Windows compilation error

2019-07-07 Thread MATSUDA Daiki via curl-library
On 2019年07月08日 07:17, Ray Satiro via curl-library wrote: On 7/7/2019 5:43 PM, MATSUDA Daiki wrote: On 2019年07月07日 15:17, Ray Satiro via curl-library wrote: On 7/2/2019 8:07 PM, MATSUDA Daiki via curl-library wrote: In my research, the curl library with /MD option in spite of static. https://d

Re: Windows compilation error

2019-07-07 Thread Ray Satiro via curl-library
On 7/7/2019 5:43 PM, MATSUDA Daiki wrote: > On 2019年07月07日 15:17, Ray Satiro via curl-library wrote: >> On 7/2/2019 8:07 PM, MATSUDA Daiki via curl-library wrote: >>> In my research, the curl library with /MD option in spite of static. >>> >>> https://docs.microsoft.com/en-us/cpp/build/reference/md

Re: Windows compilation error

2019-07-07 Thread MATSUDA Daiki via curl-library
On 2019年07月07日 15:17, Ray Satiro via curl-library wrote: On 7/2/2019 8:07 PM, MATSUDA Daiki via curl-library wrote: In my research, the curl library with /MD option in spite of static. https://docs.microsoft.com/en-us/cpp/build/reference/md-mt-ld-use-run-time-library?view=vs-2019 Is it possi

Re: Windows compilation error

2019-07-06 Thread Ray Satiro via curl-library
On 7/2/2019 8:07 PM, MATSUDA Daiki via curl-library wrote: > In my research, the curl library with /MD option in spite of static. > > https://docs.microsoft.com/en-us/cpp/build/reference/md-mt-ld-use-run-time-library?view=vs-2019 Is it possible that you want RTLIBCFG=static? [1] It is not the rec

Windows compilation error

2019-07-03 Thread MATSUDA Daiki via curl-library
I tried to build curl-7.65.1 on Windows 2008R2 64bit. The build for library is finished but for curl.exe the warning is displayed with following. cd winbuild nmake /F Makefile.vc mode=static WITH_MBEDTLS=static MBEDTLS_PATH=..\..\mbedtls-2.7.10\build ... link.exe /incremental:no /lib