There are some non-working/partially-working Win64 packages in the repository now:
http://hg.et.redhat.com/cgi-bin/hg-misc.cgi/fedora-mingw--devel/ You need to build them yourselves, in the following order: mingw64-filesystem mingw64-binutils mingw64-headers mingw64-gcc-bootstrap (in mingw64-gcc/ subdir) mingw64-runtime mingw64-gcc The final step (mingw64-gcc) fails at the moment building libgcc: /usr/x86_64-pc-mingw32/bin/ld: dllcrt2.o: No such file: No such file or directory (This file exists, but mingw64-gcc doesn't look for it on the right path, for some reason). Note that the directory layout for mingw64 is somewhat different from mingw32. I arrived at what I think is the right structure after extensive discussions and help from members of the mingw-w64 project. /usr/x86_64-pc-mingw32/sys-root/ (prefix & sysroot) share x86_64-pc-mingw32 mingw -> x86_64-pc-mingw32 /usr/x86_64-pc-mingw32/sys-root/x86_64-pc-mingw32 (exec_prefix) bin (bindir) include (includedir) include64 -> include lib (libdir) Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my OCaml programming blog: http://camltastic.blogspot.com/ Fedora now supports 68 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora _______________________________________________ fedora-mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw
