Re: [ITK-dev] error linking ITK with mingw 32bit

2015-12-14 Thread Matt McCormick
Hello Rashad, Thanks for discussing the issue. This has already been integrated in the current ITK 4.9 release candidate, so no further action is necessary. Thanks, Matt On Mon, Dec 14, 2015 at 4:54 AM, Rashad Kanavath wrote: > Hello all, > > When I try to build with mingw32 bit, I am having

[ITK-dev] error linking ITK with mingw 32bit

2015-12-14 Thread Rashad Kanavath
Hello all, When I try to build with mingw32 bit, I am having a link error with itkTestDriver. Now the following patch fixes the problem for me. https://github.com/rashadkm/mxe/commit/fbc4075f5bdc41187908bc1b63fb4e9f49beb7a8 I am using MXE i686-shared cross compiler. For 64bit I dont have such