Hi guys, I'm having no luck in cross-compiling my program with this library.
fatal error: libintl.h: No such file or directory I've tried to search where this library is, but it is supposed to be in package: $ dpkg -L gcc-mingw-w64-i686 | grep intl /usr/lib/gcc/i686-w64-mingw32/4.6/plugin/include/intl.h Still, it won't compile! I'm using wheezy. Any clues? Thanks, Beco. PS. normal gcc can compile the code flawless. -- Dr Beco A.I. researcher "Sometimes the heart sees what is invisible to the eye." (H. Jackson Brown Jr.)

