X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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" <ALDO.LUCERO@saic.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: No glibc in cygwin
Date: Wed, 18 Jun 2014 23:03:52 +0000
Message-Id: <C60D6B2FF205DA478ED856CA0A1D481017CE32EA@EM-EXMRP103.us.saic.com>
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


