From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22428 invoked by alias); 16 Mar 2017 21:52:04 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 22377 invoked by uid 89); 16 Mar 2017 21:52:02 -0000 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 Received: from mail-pg0-f42.google.com (HELO mail-pg0-f42.google.com) (74.125.83.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Mar 2017 21:52:00 +0000 Received: by mail-pg0-f42.google.com with SMTP id b129so31173725pgc.2 for ; Thu, 16 Mar 2017 14:52:01 -0700 (PDT) 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) Received: from [10.0.1.111] (ip72-209-49-95.ri.ri.cox.net. [72.209.49.95]) by smtp.gmail.com with ESMTPSA id c195sm12372266pfb.60.2017.03.16.14.51.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Mar 2017 14:51:58 -0700 (PDT) From: "Matt D." X-Google-Original-From: "Matt D." 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 21:52:00 -0000 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 X-SW-Source: 2017-03/txt/msg00181.txt.bz2 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