Hello Joerg, I was expecting your Mon Sep 9 15:00:36 2013 +0000 patch which is described as
"Check for ar and ranlib in the target tool namespace, rather than on the host." to fix the problem with Makefile's AR using the MXE cross-environment but it does not. We still have a weird "AR = :" generated. Fixing manually is easy "AR = i686-pc-mingw32-ar" but it better be done via configure :-) Thanks, Enoch. Joerg Wunsch <[email protected]> writes: > As Enoch wrote: > >> My next problem is replacing the need for an external libusb0.dll with >> MXE's provided (static) libusb.a. > > Normally, it should automatically put a -static there. > > What do you see here? > > checking if linker accepts -static... yes _______________________________________________ avrdude-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avrdude-dev
