I am using fork in my program on windows using gcc (cygwin). It runs fine on my system. but I want to run on other systems which dont have cygwin. How can I do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your program requires the existence of
cygwin1.dllon 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 distributecygwin1.dlland any other related dll’s in accordance with the terms of their licenses. The Cygwin FAQ has some useful information on this.