The mingw-crossreport rpms
Find a file
2026-07-16 08:19:16 +00:00
.gitignore Fix update-crossreport-db.pl so it ignores 'R' (read-only data) symbols. 2013-08-06 14:26:48 +01:00
COPYING Initial import. 2009-02-13 09:20:23 +00:00
crossreport.pl Change to use Berkeley DB for storage. 2009-02-13 16:37:59 +00:00
mingw-crossreport.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-16 08:19:16 +00:00
README Initial import. 2009-02-13 09:20:23 +00:00
sources Update the database against packages in Fedora 20. 2014-06-11 15:56:27 +01:00
update-crossreport-db.pl Fix update-crossreport-db.pl so it ignores 'R' (read-only data) symbols. 2013-08-06 14:26:48 +01:00

CrossReport is a tool which developers can run against their Linux
binaries, which analyzes the APIs those binaries are using, and
estimates how difficult it will be to cross-compile the binaries for
Windows (using Fedora MinGW).

This tool was written by Richard W.M. Jones (rjones@redhat.com).

Use 'mingw32-crossreport --help' for instructions, or read the man page.

Use 'update-crossreport-db.pl' to update the database file.  *NOTE* you
should have all the mingw32-* packages installed on the current
machine when you run this.  So:

  # yum install mingw32-*
  $ ./update-crossreport-db.pl