X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4B42596E.8010900@quicknet.nl> Date: Mon, 04 Jan 2010 22:11:10 +0100 From: "A.R. Burgers" User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 Newsgroups: gmane.os.cygwin To: cygwin AT cygwin DOT com Subject: Re: What dll is necessary to use system()-function References: <27019085 DOT post AT talk DOT nabble DOT com> In-Reply-To: <27019085.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1NRuCk-0001Zb-Sq X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-1.968, vereist 5, ALL_TRUSTED -1.80, BAYES_00 -2.60, CM_META_TB_NOARR 0.50, TVD_RCVD_IP 1.93) X-ZiggoSMTP-MailScanner-From: a DOT rburgers AT quicknet DOT nl Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Michael Schmid schreef: from http://linux.die.net/man/3/system: system() executes a command specified in command by calling */bin/sh* -c command, you'll have to make sure /bin/sh will work, that is what I found. Teun > Hi! > > Started to use cygwin, it's great. Now I have a working prog and want it run > on another computer. > > So I moved the exe, and all necessary dlls... But there seem to be one > missing, because the system()-function (http://linux.die.net/man/3/system) > doesn't work... E.g. system(cp ./file1 ./file2). > > Does anybody know which dll I need? Or may the problem be another one? > > Is there any way to quickly find out which dll i need for a specific > function to run? Simple example: I included stdio.h and used printf and want > to know which dll I need now (this case is easy, but just if I wouldn't > know...) > > Thanks! > Michael -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple