|
|
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: Thu, 02 Jun 2005 04:33:07 -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
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Message:
Thanks for verifying. Closing this report now.
----------------------------------------------------------------------
Comment By: Tupone Alfredo (atupone)
Message:
yeah, I did not understant why you didn't use AC_CHECK_LIB.
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
Thanks for your patch!
It does however not work properly for the case when you have
Instead I suggest the simple:
--- configure.ac 25 May 2005 22:14:32 -0000 1.154
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info