Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=599227
Kalev Lember kalev@smartlink.ee changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kalev@smartlink.ee
--- Comment #3 from Kalev Lember kalev@smartlink.ee 2011-05-12 03:08:56 EDT --- (In reply to comment #0) [snip]
Finally, the pthreads-win32 library made the mistake of installing <config.h>, which is asking for namespace collision with most other autotooled packages.
Expected results:
[snip]
Also, the library should not install <config.h>, but should instead modify its installed headers to be self-contained.
I gave a stab at fixing the config.h issue. In rawhide pthreads.h no longer includes config.h and both config.h and its other private headers are no longer installed.
The fix is in mingw32-pthreads-2.8.0-14.fc16
http://pkgs.fedoraproject.org/gitweb/?p=mingw32-pthreads.git;a=blobdiff;f=mi...