PDA

View Full Version : Cross Compiling Libraries Necessary?



JupiterV2
May 21st, 2008, 10:31 PM
I want to use mingw32 to cross-compile a program written for Linux to windows. The program uses GTK for the interface.

Q. Will GTK need to be cross-compiled too for the compilation to work or will the native win32 runtime mean that cross-compilation is unnecessary for the external library?

Thanks in advance!