testcurl: STARTING HERE testcurl: NAME = Bob Monat testcurl: EMAIL = bob@jerand.com testcurl: DESC = XP x64 (Windows SDK 2003) testcurl: CONFOPTS = testcurl: CPPFLAGS = testcurl: CFLAGS = testcurl: LDFLAGS = testcurl: CC = testcurl: target = sdk2003_xpx64 testcurl: version = $Revision: 1.44 $ testcurl: date = Thu Feb 8 16:03:11 2007 UTC testcurl: curl is verified to be a fine source dir testcurl: build dir build-416 was created fine testcurl: remove ares/aclocal.m4 testcurl: update from CVS testcurl: run cvs up ? lib/Makefile.sdk2003_xp ? lib/Makefile.sdk2003_xpx64 ? src/Makefile.sdk2003_xp ? src/Makefile.sdk2003_xpx64 testcurl: buildconf was successful (dummy message) testcurl: configure created (dummy message) testcurl: going with nmake as make 1083 File(s) copied 1 file(s) copied. 1 file(s) copied. testcurl: display lib/config-win32.h #ifndef __LIB_CONFIG_WIN32_H #define __LIB_CONFIG_WIN32_H #define HAVE_ASSERT_H 1 #define HAVE_FCNTL_H 1 #define HAVE_IO_H 1 #ifndef __SALFORDC__ #define HAVE_MALLOC_H 1 #endif #ifndef __SALFORDC__ #define NEED_MALLOC_H 1 #endif #ifndef __SALFORDC__ #define HAVE_PROCESS_H 1 #endif #define HAVE_SIGNAL_H 1 #define HAVE_STDLIB_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #ifndef __BORLANDC__ #define HAVE_SYS_UTIME_H 1 #endif #define HAVE_TIME_H 1 #if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__LCC__) || \ #define HAVE_UNISTD_H 1 #endif #define HAVE_WINDOWS_H 1 #define HAVE_WINSOCK_H 1 #ifndef __SALFORDC__ #define HAVE_WINSOCK2_H 1 #define HAVE_WS2TCPIP_H 1 #endif #define HAVE_SIG_ATOMIC_T 1 #define STDC_HEADERS 1 #define HAVE_CLOSESOCKET 1 #define HAVE_GETHOSTBYADDR 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETSERVBYNAME 1 #define HAVE_GETPROTOBYNAME #define HAVE_INET_ADDR 1 #define HAVE_INET_NTOA 1 #define HAVE_IOCTLSOCKET 1 #define HAVE_PERROR 1 #define HAVE_RAND_SCREEN 1 #define HAVE_RAND_STATUS 1 #define HAVE_SELECT 1 #define HAVE_SETVBUF 1 #define HAVE_SOCKET 1 #define HAVE_STRICMP 1 #define HAVE_STRDUP 1 #define HAVE_STRFTIME 1 #define HAVE_STRSTR 1 #if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__POCC__) #define HAVE_STRTOLL 1 #endif #ifndef __BORLANDC__ #define HAVE_UTIME 1 #endif #define HAVE_VPRINTF 1 #define HAVE_GETNAMEINFO 1 #define GETNAMEINFO_QUAL_ARG1 const #define GETNAMEINFO_TYPE_ARG1 struct sockaddr * #define GETNAMEINFO_TYPE_ARG2 socklen_t #define GETNAMEINFO_TYPE_ARG46 DWORD #define GETNAMEINFO_TYPE_ARG7 int #define HAVE_RECV 1 #define RECV_TYPE_ARG1 SOCKET #define RECV_TYPE_ARG2 char * #define RECV_TYPE_ARG3 int #define RECV_TYPE_ARG4 int #define RECV_TYPE_RETV int #define HAVE_SEND 1 #define SEND_TYPE_ARG1 SOCKET #define SEND_QUAL_ARG2 const #define SEND_TYPE_ARG2 char * #define SEND_TYPE_ARG3 int #define SEND_TYPE_ARG4 int #define SEND_TYPE_RETV int #define in_addr_t unsigned long #define RETSIGTYPE void #if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || defined(__POCC__) #elif defined(_WIN64) #define ssize_t __int64 #else #define ssize_t int #endif #ifndef HAVE_WS2TCPIP_H #define socklen_t int #endif #define SIZEOF_LONG_DOUBLE 16 #ifdef SIZEOF_CURL_OFF_T #undef SIZEOF_CURL_OFF_T #endif #if defined(__BORLANDC__) || defined(__POCC__) || defined(__SALFORDC__) #define SIZEOF_CURL_OFF_T 4 #else #define SIZEOF_CURL_OFF_T 8 #endif #ifndef __SALFORDC__ #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #endif #define HAVE_STRUCT_TIMEVAL 1 #if defined(_MSC_VER) && (_MSC_VER > 1310) && (_MSC_VER < 1400) #define HAVE_GMTIME_R #endif #define DL_LDAP_FILE "wldap32.dll" #define _CRT_SECURE_NO_DEPRECATE 1 #define _CRT_NONSTDC_NO_DEPRECATE 1 #undef OS #if defined(_M_IX86) /* x86 */ #define OS "i386-pc-win32" #elif defined(_M_IA64) /* Itanium */ #define OS "ia64-pc-win32" #elif defined(_M_X64) /* AMD64/EM64T - Not defined until MSVC 2005 */ #define OS "amd64-pc-win32" #else #define OS "unknown-pc-win32" #endif #define PACKAGE "curl" #endif /* __LIB_CONFIG_WIN32_H */ testcurl: nmake -i sdk2003_xpx64 cd lib nmake /f Makefile.sdk2003_xpx64 cfg=release cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\base64.obj" .\base64.c base64.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\cookie.obj" .\cookie.c cookie.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\transfer.obj" .\transfer.c transfer.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\escape.obj" .\escape.c escape.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\formdata.obj" .\formdata.c formdata.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\ftp.obj" .\ftp.c ftp.c ftp.c(331) : warning C4244: '+=' : conversion from '__int64' to 'long', possible loss of data ftp.c(565) : warning C4244: '+=' : conversion from '__int64' to 'long', possible loss of data cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\http.obj" .\http.c http.c http.c(926) : warning C4244: '+=' : conversion from '__int64' to 'long', possible loss of data cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\http_chunks.obj" .\http_chunks.c http_chunks.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\ldap.obj" .\ldap.c ldap.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\dict.obj" .\dict.c dict.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\telnet.obj" .\telnet.c telnet.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\parsedate.obj" .\parsedate.c parsedate.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\getenv.obj" .\getenv.c getenv.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\gtls.obj" .\gtls.c gtls.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\inet_pton.obj" .\inet_pton.c inet_pton.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\hostip.obj" .\hostip.c hostip.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\hostasyn.obj" .\hostasyn.c hostasyn.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\hostsyn.obj" .\hostsyn.c hostsyn.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\hostares.obj" .\hostares.c hostares.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\hostthre.obj" .\hostthre.c hostthre.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\hostip4.obj" .\hostip4.c hostip4.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\hostip6.obj" .\hostip6.c hostip6.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\inet_ntop.obj" .\inet_ntop.c inet_ntop.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\if2ip.obj" .\if2ip.c if2ip.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\mprintf.obj" .\mprintf.c mprintf.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\netrc.obj" .\netrc.c netrc.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\progress.obj" .\progress.c progress.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\sendf.obj" .\sendf.c sendf.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\speedcheck.obj" .\speedcheck.c speedcheck.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\sslgen.obj" .\sslgen.c sslgen.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\ssluse.obj" .\ssluse.c ssluse.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\timeval.obj" .\timeval.c timeval.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\url.obj" .\url.c url.c url.c(398) : warning C4305: '=' : truncation from 'unsigned __int64' to 'long' cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\file.obj" .\file.c file.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\getinfo.obj" .\getinfo.c getinfo.c getinfo.c(208) : warning C4244: '=' : conversion from 'curl_socket_t' to 'long', possible loss of data cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\version.obj" .\version.c version.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\easy.obj" .\easy.c easy.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\strequal.obj" .\strequal.c strequal.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\strtok.obj" .\strtok.c strtok.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\strtoofft.obj" .\strtoofft.c strtoofft.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\connect.obj" .\connect.c connect.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\hash.obj" .\hash.c hash.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\llist.obj" .\llist.c llist.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\share.obj" .\share.c share.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\multi.obj" .\multi.c multi.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\http_digest.obj" .\http_digest.c http_digest.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\http_negotiate.obj" .\http_negotiate.c http_negotiate.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\http_ntlm.obj" .\http_ntlm.c http_ntlm.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\md5.obj" .\md5.c md5.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\memdebug.obj" .\memdebug.c memdebug.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\strerror.obj" .\strerror.c strerror.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\select.obj" .\select.c select.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\content_encoding.obj" .\content_encoding.c content_encoding.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\tftp.obj" .\tftp.c tftp.c tftp.c(188) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data tftp.c(191) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data tftp.c(207) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data tftp.c(217) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\splay.obj" .\splay.c splay.c cl.exe /O2 /DNDEBUG /MD /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /Zi /FD /c /DBUILDING_LIBCURL /Fo"release\socks.obj" .\socks.c socks.c socks.c(448) : warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data socks.c(451) : warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data link.exe /lib /out:release\libcurl.lib /nologo /machine:AMD64 release\base64.obj release\cookie.obj release\transfer.obj release\escape.obj release\formdata.obj release\ftp.obj release\http.obj release\http_chunks.obj release\ldap.obj release\dict.obj release\telnet.obj release\parsedate.obj release\getenv.obj release\gtls.obj release\inet_pton.obj release\hostip.obj release\hostasyn.obj release\hostsyn.obj release\hostares.obj release\hostthre.obj release\hostip4.obj release\hostip6.obj release\inet_ntop.obj release\if2ip.obj release\mprintf.obj release\netrc.obj release\progress.obj release\sendf.obj release\speedcheck.obj release\sslgen.obj release\ssluse.obj release\timeval.obj release\url.obj release\file.obj release\getinfo.obj release\version.obj release\easy.obj release\strequal.obj release\strtok.obj release\strtoofft.obj release\connect.obj release\hash.obj release\llist.obj release\share.obj release\multi.obj release\http_digest.obj release\http_negotiate.obj release\http_ntlm.obj release\md5.obj release\memdebug.obj release\strerror.obj release\select.obj release\content_encoding.obj release\tftp.obj release\splay.obj release\socks.obj xcopy release\libcurl.dll . /y 0 File(s) copied xcopy release\libcurl.lib . /y release\libcurl.lib 1 File(s) copied xcopy release\libcurld.dll . /y 0 File(s) copied xcopy release\libcurld.lib . /y 0 File(s) copied xcopy release\libcurl_imp.lib . /y 0 File(s) copied xcopy release\libcurld_imp.lib . /y 0 File(s) copied xcopy release\*.exp . /y 0 File(s) copied xcopy release\*.pdb . /y 0 File(s) copied cd ..\src nmake /f Makefile.sdk2003_xpx64 cl.exe /MD /O2 /DNDEBUG /I../lib /I../include /nologo /W3 /EHsc /DWIN32 /FD /c /DCURL_STATICLIB /Zm200 /Fo"hugehelpr.obj" hugehelp.c hugehelp.c cl.exe /MD /O2 /DNDEBUG /I../lib /I../include /nologo /W3 /EHsc /DWIN32 /FD /c /DCURL_STATICLIB /Fo"writeoutr.obj" writeout.c writeout.c cl.exe /MD /O2 /DNDEBUG /I../lib /I../include /nologo /W3 /EHsc /DWIN32 /FD /c /DCURL_STATICLIB /Fo"urlglobr.obj" urlglob.c urlglob.c cl.exe /MD /O2 /DNDEBUG /I../lib /I../include /nologo /W3 /EHsc /DWIN32 /FD /c /DCURL_STATICLIB /Fo"getpassr.obj" getpass.c getpass.c cl.exe /MD /O2 /DNDEBUG /I../lib /I../include /nologo /W3 /EHsc /DWIN32 /FD /c /DCURL_STATICLIB /Fo"homedirr.obj" homedir.c homedir.c cl.exe /MD /O2 /DNDEBUG /I../lib /I../include /nologo /W3 /EHsc /DWIN32 /FD /c /DCURL_STATICLIB /Fo"timevalr.obj" ../lib/timeval.c timeval.c cl.exe /MD /O2 /DNDEBUG /I../lib /I../include /nologo /W3 /EHsc /DWIN32 /FD /c /DCURL_STATICLIB /Fo"strtoofftr.obj" ../lib/strtoofft.c strtoofft.c cl.exe /MD /O2 /DNDEBUG /I../lib /I../include /nologo /W3 /EHsc /DWIN32 /FD /c /DCURL_STATICLIB /Fo"mainr.obj" main.c main.c main.c(809) : warning C4267: '+=' : conversion from 'size_t' to 'long', possible loss of data main.c(2569) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data rc.exe /dCURLDEBUG=0 /i../include /Fo"curlr.res" curl.rc link.exe /incremental:no /libpath:"../lib" /nologo /out:curl.exe /subsystem:console /machine:AMD64 libcurl.lib wsock32.lib bufferoverflowu.lib winmm.lib hugehelpr.obj writeoutr.obj urlglobr.obj getpassr.obj homedirr.obj timevalr.obj strtoofftr.obj mainr.obj curlr.res testcurl: libcurl was created fine (libcurl.lib) testcurl: curl was created fine (curl.exe) testcurl: display curl.exe --version output curl 7.16.2-CVS (unknown-pc-win32) libcurl/7.16.2-CVS Protocols: tftp ftp telnet dict ldap http file Features: Largefile TESTDONE: 1 tests out of 0 (dummy message) testcurl: ending nicely testcurl: removing the build-416 dir testcurl: ENDING HERE