0

gcc(cygwin)を使用しているWindowsのプログラムでフォークを使用しています。私のシステムでは正常に動作します。しかし、cygwinを持たない他のシステムで実行したいと思います。どうやってやるの?

4

1 に答える 1

4

Your program requires the existence of cygwin1.dll on the target computer. One way to ensure this is to tell your users that at least a minimal installation of Cygwin is required. Another way is to distribute cygwin1.dll and any other related dll's in accordance with the terms of their licenses. The Cygwin FAQ has some useful information on this.

于 2009-09-25T07:55:54.777 に答える