X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=QZU 6oPu0pCnLFlTg9C17YUGpPAU5xnu1T493JeHjdVsvbiVhTB2fxtYEuPJEj/xq2Z6 9p6JMbZL4ys8kcTbmccKRa4y4Su9re5eJC8TKbKKlqFnUjwvuoB1dd8VFvz73WB4 btXL2CseBVsCY55cJQ0o0sZE0+k7u7EMHngG1QYU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=N/ASf63Uf xd5DIJxHJA/xqf47wo=; b=f9ZLHvtmq84hd2KZNceSmO6nL0krTHVrUlZ4wzRu7 /BAGxe7/C37yOxVNOUV0OGTXN/mZysN6trGthIDTrnmPWtx4he/XmygORNeIDM9E CmE0Y7S7vkRHTD2m0T9jFubRfnPpbQFUWDsCrZQOSX09z7IORmg5FYD8q4bXNNdW ig= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: cpmx.mail.saic.com From: "Lucero, Aldo" To: "cygwin AT cygwin DOT com" Subject: No glibc in cygwin Date: Wed, 18 Jun 2014 23:03:52 +0000 Message-Id: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s5IN49j9032284 I am trying to port some Fortran/C code from Linux to Windows using Cygwin (CYGWIN_NT-6.1 elp-w7wks-40 1.7.30(0.272/5/3) 2014-05-23 10:36 i686 Cygwin) The main program spawns several processes using fork() and one of those processes will create another process using clone(). I have read under the FAQ that glibc is not part of Cygwin and that using fork in Cygwin is not stable. I have been able to compile my code in Cygwin, but when trying to link my libraries (static), it cannot find clone function (under C code). Do you guys have any recommendations as far as whether to continue trying to get my code to work under Cygwin or should I try to find some other Windows compiler(s)? I apologize if I am not being clear, but I am wondering if somebody else has had this issue and if they were able to resolve it. Thanks, Aldo Lucero -- 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