On 4/11/2012 9:12 AM, rajeshwari b wrote: *snip* > e:/mingw32_64/bin/../lib/gcc/x86_64-w64-mingw32/4.6.1/../../../../x86_64-w64-min > > > gw32/bin/ld.exe: i386:x86-64 architecture of input file > `minimal_sample_rc.o' is > incompatible with i386 output > collect2: ld returned 1 exit status > make: *** [minimal.exe] Error 1 > > As i have ignored expat, tiff,jpeg, zlib, regex,png, may be the above > error is due to that.
Nope, the above error is due to the fact that the windres command that created minimal_sample_rc.o didn't include the "-F pe-i386" flag. Unless the wxWidgets sample makefiles have been patched to use or honor the correct RCFLAGS in the same way as the main wxWidgets build makefile, they will not work. As to proof-reading a random internet document for suitability -- sorry, ain't gonna happen. :) -John E. / TDM ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
