|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Bugs-1212940 ] curl does not detect cares on mingw
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Wed, 01 Jun 2005 11:34:37 -0700
Bugs item #1212940, was opened at 2005-06-01 20:34
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
../curl-7.14.0/configure --host=i386-mingw32msvc
it does think c-ares is badly installed, while is
The problem is that the link command is similar to
gcc test -lws2_32 -lcares
while it should be
gcc test -lcares -lws2_32
and that is due to have in configure.ac, just before
LIBS="$LIBS -lcares"
while it should be:
LIBS=" -lcares $LIBS"
well, I used AC_CHECK_LIB to do that, in the patch file
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info