Felix Wolfheimer wrote: >Unfortunately, the build failed with the mingw-w64 compilers and libs. >The problem occurs when wxWidgets tries to link against "libctl3d32.a" >which is missing in the mingw-w64 package. Is this this a known problem?
I also had this problem. In mingw-w64 libctl3d32.dll is "renamed" to libwctl3d32.dll (i think....), renaming the file (or changing the link command in the makefile) resolves the problem. I built both wxWidgets-2.9.0 and then wxWidgets-2.9.1 with the file renamed and both compiled fine and work fine as far as i can tell. Regards Bidski ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
