Bug 6086 - Windows 7/8 MinGW GCC 4.8.1 fails to build cURL
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: PC other
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2014-02-10 07:33 EST by Stig M. Halvorsen
Modified: 2021-11-02 15:31:22 EDT
2 users (show)

See Also:



Description Stig M. Halvorsen 2014-02-10 07:33:25 EST
Linker (LD) fails on Windows 7/8 using MinGW and GCC v.4.8.1 with the following errors:

code/libs/win32/libcurl.a(strequal.o):strequal.c:(.text+0x14): undefined reference to 'strcasecmp'
code/libs/win32/libcurl.a(strequal.o):strequal.c:(.text+0x48): undefined reference to 'strncasecmp'

This can easily be fixed by upgrading to cURL 7.35.0, which works perfectly well with the engine. xhairball has provided a pull request for you here https://github.com/ioquake/ioq3/pull/45.
Comment 1 Zack Middleton 2014-02-13 17:54:34 EST
Merged pull request.