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:reply-to:to:subject:message-id:date
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=uAwRsUlYtnoU/g7QMhB7ViV1tyu/ZJQ68E6yW8LqKHvo5o6pQhXzE
	8B4TSOLnFyYv0HXS/bQ/nNEwJLLHnL/Ou7D7dTGuhfmUSCjjKkoI99yO5GULk+4z
	pi2O4PGuyZx+B6Xc5VpZr4cyGKl0DBn4l9nvi/dTiyNAWj/Kv/B4c8=
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:reply-to:to:subject:message-id:date
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=CBQxjRFVvHx/4G6OeJYM95WAdeE=; b=Uqe1+m+ctUaSm0E686QGOlW6+QZU
	Y1ZdthP++flRrHYy/SCAgvTf77JGAjk5mcK/zgOAa9iygh7mYTGr6epOwc03P1tC
	oZAucN71Y0gBgYJYcpe/aOv74sF57ow3NkfXAw6E03RT8x6wttzzrnrg2AfJ+v58
	KTypLiXKEnbqs4M=
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.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=13596, Hx-languages-length:692, sem
X-HELO: mail-pg0-f42.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:sender:from:reply-to:to:subject:message-id:date         :user-agent:mime-version:content-transfer-encoding;        bh=z2VcGczwM9BHWIJ6nT7jcHJP/jTKA71/v1EJ1ZXmpUg=;        b=NdLky+yoZG1JfJFT4X4U241Df9LC4fVuNGm4dRAyUh9jBesqpTFYL1PCS5dFv3KiaJ         0WQ+280xQXikSdpyRzVOOc5drKseI8tWy3EBNixzwpOIvn3F1EMz86GJ/aC+nPJARbpp         cVkqXWEFF9u/Tm4o/kz5VfpweYDGad3prcfINYEjVm2hiTzzxPFy945WqiHr4/pMJXeJ         mFk6LyD9LCpof0sfz8jLEH9wOAn/KEA7NeQmAaCCY5GE9S292ve1OYxyLJAcnoP3eN8+         FdB5MPuLijIdk+W5S6L+Cv1FwfpEY7YmvcmAd7c4TshWZOFJGR105BSIutb5NVpoGCgq         jJpg==
X-Gm-Message-State: AFeK/H30YWvVGNiv9LFU/NJsEE/3c+7B3huOi+b2JlAawjX7jNxm2SNAzCbSp1syuWiXWA==
X-Received: by 10.98.141.138 with SMTP id p10mr12706521pfk.111.1489701119342;        Thu, 16 Mar 2017 14:51:59 -0700 (PDT)
From: "Matt D." <matt@codespunk.com>
X-Google-Original-From: "Matt D." <codespunk+cygwin@gmail.com>
Reply-To: codespunk+cygwin@gmail.com
To: cygwin@cygwin.com
Subject: How to get GNU Parallel working with Cygwin
Message-ID: <58CB08FE.4060000@gmail.com>
Date: Thu, 16 Mar 2017 17:51:58 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

I noticed today that we don't have this package. I tried building it 
from source with a './configure && make && make install'.

But when I run "sem" I get the following output:

1 [main] perl 7712 child_info_fork::abort: address space needed by 
'Util.dll' (0x1E0000) is already occupied
1 [main] perl 13596 child_info_fork::abort: address space needed by 
'Util.dll' (0x1E0000) is already occupied
1 [main] perl 13920 child_info_fork::abort: address space needed by 
'Util.dll' (0x1E0000) is already occupied
...

I don't have any issue running perl directly.

The package in question:
https://www.gnu.org/software/parallel/

Any ideas?

Thank you.

--
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

