How do I cross-compile C code on Windows for a binary to also be run on Unix (Solaris/HPUX/Linux)?

后端 未结 7 1958
我在风中等你
我在风中等你 2020-12-10 19:12

I been looking into Cygwin/Mingw/lcc and I liked to be able to compile perl native C extensions on my windows(preferably under cygwin) and then run them on Solaris and HP un

7条回答
  •  独厮守ぢ
    2020-12-10 19:46

    This can't be done ... but is it that much of a hassle to recompile the code under Solaris or HP?

提交回复
热议问题