From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25105 invoked by alias); 15 Sep 2016 21:18:58 -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 25091 invoked by uid 89); 15 Sep 2016 21:18:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f52.google.com Received: from mail-wm0-f52.google.com (HELO mail-wm0-f52.google.com) (74.125.82.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Sep 2016 21:18:47 +0000 Received: by mail-wm0-f52.google.com with SMTP id 1so6750373wmz.1 for ; Thu, 15 Sep 2016 14:18:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Sg6zeWEIwFMvqomCmf+J1bkUMhm0OCaNJ7gWolpmauA=; b=N21aJTFNi5XfNImyfeTWtDzxwkLSypbZGsUCoUnk6frDBuhacPZmn2R/jcMKcvcSS8 ipyBbE40FjSs6MRxpIykw/413IXsJFuzcmSSksjRyst/KWXSXcLW50t+w/fbh1CHZcFk Ab8nSVYQGTvcY1PYLujwQgeORO4gCmMZC2aewXrIsk25fLIvy2AM/p7mb0JC5rfl/nsq oeWEJuaKjzbXNXZhEUblMTFs3KWTsrb1bLuHYQZPsTamVhdKhBUg2RVlUXKSLEFXXubt GQQq5xMOIE6OEDlYBjc4VHalKW9HsTbo0z7TwKM6VZchpmKT52HRvXZixZnoskRybzHa cwxA== X-Gm-Message-State: AE9vXwNEyA1uBj60fUG9VsXIii774NVNnmkCRlduPolX+T2lpmnRBm+smfTYfN8QUcstQw== X-Received: by 10.28.107.22 with SMTP id g22mr4621824wmc.31.1473974324962; Thu, 15 Sep 2016 14:18:44 -0700 (PDT) Received: from ?IPv6:2003:63:2f6b:da01:b142:3d9c:8af3:7521? (p200300632F6BDA01B1423D9C8AF37521.dip0.t-ipconnect.de. [2003:63:2f6b:da01:b142:3d9c:8af3:7521]) by smtp.googlemail.com with ESMTPSA id n7sm5186467wjz.32.2016.09.15.14.18.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Sep 2016 14:18:44 -0700 (PDT) Subject: Re: make freezes before end To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <3781b44f-9b9f-29bb-d862-6bc0aae77c2e@gmail.com> Date: Fri, 16 Sep 2016 04:45:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00222.txt.bz2 Cesar, Please bottom post on this list. On 14/09/2016 18:04, Cesar wrote: > Marco, thanks for your response, mosml is a lightweight implemetation > of SML -standard ML, a functional programming language similar to > Haskell-, i tried running "--trace" and it does the same thing. I've > just confirmed that is not an issue with the make command since it > worked for the M4 macro processor. i've done the same thing in ubuntu, > it worked there but not here. > assuming that is https://github.com/kfl/mosml The build system is missing a configuration system (like cmake or autoconf ). The Makefile are hardcoded and of course the build system does not know cygwin and the outcome is bad. You need to manually modify the Makefiles, but usually this thing are complicated if possible at all. Regards Marco -- 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