Compile mingw et toutes ses apis sous ton solaris, si tu veux un exemple pour faire ça à la main, regarde les packages mingw sous gentoo , ca marche très bien, je l'utilise pour le boulot :
il faut :
mingw-gcc
mingw-runtime
mingw-w32api
mingw-binutils
Pour plus d'infos : http://www.mingw.org/(...)
au lieu d'appeler gcc tu utilise ton-prefix-win32-gcc (sur gentoo : i386-mingw32msvc-gcc) et ça marche très très bien ;)
[^] # Re: Oui, c'est possible.
Posté par Bapt . En réponse au message gcc cross compil ada unix ->windows. Évalué à 3.
il faut :
mingw-gcc
mingw-runtime
mingw-w32api
mingw-binutils
Pour plus d'infos : http://www.mingw.org/(...)
au lieu d'appeler gcc tu utilise ton-prefix-win32-gcc (sur gentoo : i386-mingw32msvc-gcc) et ça marche très très bien ;)