cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Problem with libcURL resuming transfer after doing adirectorylisting...

From: David Fix <5z32rcl02_at_sneakemail.com>
Date: Wed, 27 Apr 2005 19:33:11 -0400

The command line that I used to build this with is:
gcc -g -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wparentheses
-Wreturn-type -Wswitch -Wtrigraphs -Wall vtestftp2.c -o vtestftp2 -lcurl
-L/usr/local/lib -lmysqlclient -L/usr/local/lib/mysql/ -lroken
-I/usr/local/include/

You can take out the include for roken.h and the -lroken from the build
command line if you don't use FreeBSD... Replace #include <roken.h> with
#include <stdarg.h> for Linux...
Received on 2005-04-28