Mailing Lists
|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker Archives
[curl:bugs] #1181 Build fails on MinGW due to trying to link ws2_32.lib
From: arsenm <arsenm_at_users.sf.net>
Date: Sat, 12 Jan 2013 23:22:34 +0000
I submitted the fix here:
<https://github.com/bagder/curl/pull/53>
--- ** [bugs:#1181] Build fails on MinGW due to trying to link ws2_32.lib ** **Status:** open **Labels:** cmake mingw build windows **Created:** Sat Jan 12, 2013 06:47 AM UTC by arsenm **Last Updated:** Sat Jan 12, 2013 09:12 AM UTC **Owner:** nobody The patch here is wrong for MinGW (the .lib suffix): https://sourceforge.net/p/curl/bugs/1031/ This also appears to be similar to the bug here: https://sourceforge.net/p/curl/bugs/1049/ target_link_libraries(libcurl ws2_32) should be enough, but there's a problem with how this works now. Why is this using CMAKE_C_STANDARD_LIBRARIES instead of the normal library handling? Things would work as expected (adding the -l for MinGW etc.) if using the normal target_link_libraries. I had never even heard of this variable before, but it seems to be a dumb string that gets appended to the link line. I would suggest not using CMAKE_C_STANDARD_LIBRARIES at all. --- Sent from sourceforge.net because you indicated interest in <https://sourceforge.net/p/curl/bugs/1181/> To unsubscribe from further messages, please visit <https://sourceforge.net/auth/prefs/>Received on 2013-01-13 These mail archives are generated by hypermail. |
Page updated January 05, 2012.
web site info