[Bug 989850] Review Request: mingw-libmicrohttpd - MinGW package for libmicrohttpd

bugzilla at redhat.com bugzilla at redhat.com
Fri Aug 2 12:51:31 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=989850



--- Comment #3 from Erik van Pienbroek <erik-fedora at vanpienbroek.nl> ---
Apart from the licensing issue in plibc this package is okay.
The POSIX symbols pipe and mmap aren't available on win32, so if you want to
continue this route you'd have to manually write replacements for those.
Another possibility you could do is to replace the offending code in plibc with
printf/scanf functions which are available in mingw-w64-crt (perhaps in
combination with the define __USE_MINGW_ANSI_STDIO set)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=sI3mqoxVHi&a=cc_unsubscribe


More information about the mingw mailing list