Re: Development of Win2K exes on Linux



Am Thu, 18 Nov 2004 08:36:07 +0000 (UTC) schrieb Alf C Stockton:

Would it not be nice if one could do all development of Windows GTK+ 
applications on Linux, including linking to produce the final
executable, even if this meant that one had to do a static link?

Hi,

you need a cross compiler for win32 installed on linux to do this. In
Gentoo the package names are xmingw*. Perhaps you find something in your
distribution or google with these keywords.

Then you need to compile all win32 gtk libs with this cross compiler or
in win32 and then install them into the correct path in linux. I suggest
to try first to cross compile a very simple example without any extra
gtk libs. Static linking is an option but not nessesary.

Or perhaps you like to use another programming language and gtk binding.
A scriptable language has no need to recompile for different systems.

regards
Andreas



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]