-
Notifications
You must be signed in to change notification settings - Fork 128
The Windows documentation is out-of-date #48
Comments
Thanks. I think the zlib requirement is from when geoipupdate was included with libGeoIP. |
Do you recall what problems you had with the |
I just get a DLL and an import library, but not a static one. Look at the link command:
Wrong DLL linkage, you need to include GeoIP.h in regionName.c. |
Thanks. You were right on both counts. |
Thank you. I think all of the issues have been addressed in master now. |
1.6.4: Windows and Misc Updates * Update Fips codes (Boris Zentner) * Several issues with the MinGW build were fixed. (Thomas Pöchtrager. Github #46.) * Use a constructor in pread.c to ensure the critical section is always initialized. (Thomas Pöchtrager. Github #47.) * Added missing include of `io.h` on Windows. (Thomas Pöchtrager. Github #49.) * Fixed `configure` warning that `'missing' script is too old or missing`. (Reported by Floren Munteanu. Github #33.) * Previously `nmake /f Makefile.vc clean` would fail on Windows. This was fixed. * Obsolete win32 and NetWare make files were removed. * Numerous documentation updates. (Reported by Thomas Pöchtrager. GitHub #48.)
Many documents state zlib is needed to build GeoIP, but that's not the case.
GeoIP seems to build fine without zlib. Can't even find any zlib.h includes.
To name a files few that have zlib traces:
READMEwin32static.txt is wrong. I don't get a static library that way.
GeoIPWinDLL.patch seems to be out-of-date.
The text was updated successfully, but these errors were encountered: