https://bugzilla.redhat.com/show_bug.cgi?id=628199
I think this guy is optimistic if he thinks random DLLs built by different sources are going to work together. Possibly for C ...? But are there any catches? Stack layout? Frame pointers? For C++ it sounds like a no-hoper. There are too many different combinations of ABIs (just across versions of gcc, never mind across different compilers), and exception handling for it to work. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw _______________________________________________ mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/mingw
