delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/09/15/17:19:19

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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=Tq2mm89djGtqZ1uB
3zA/zXD2ZUhseZQ8Gz49BTSknCF3QdPRMPLf6LPz+xIhpbP/ibtCHrY2ugnZJIks
qtduX1MUqdANC3zOrwfpPYCenCZgrNm3eqE/BKpc1pi+wiMRnltm7Fk3T1MGOIwT
pKK99LJScCEyTZuCcvte5T6bkSM=
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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=nqxWKGlx0Y5qEryzFAjy71
2RbGQ=; b=uIBkek8yBeAvifWM5htZfSFOoSMXw3VI40beVtSXdwgdyTQ04725v8
5HHCHrckJGq8LW8I8WHoYHtkkEt8NrkBbuVWt5g/lxj4CduQc6IBEdAf8alPrItb
AdD8DP9NStOGDtKaT1mLy9aIFJ7Kp0+gO0aA2Iq3+839ZWDxSeAvI=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-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
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)
Subject: Re: make freezes before end
To: cygwin AT cygwin DOT com
References: <CAPV4GkKhphHs0zmjbGeh7BT=6Kzu3XVLQqryyO9=-br83==Q8g AT mail DOT gmail DOT com> <af9814d4-5ed7-d682-d565-e0f9616ec903 AT gmail DOT com> <CAPV4GkLDA9kuA8d4P0hsKsxeGew-AcMwK0V5h4tPshZhdNcsFw AT mail DOT gmail DOT com>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <3781b44f-9b9f-29bb-d862-6bc0aae77c2e@gmail.com>
Date: Thu, 15 Sep 2016 23:18:35 +0200
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: <CAPV4GkLDA9kuA8d4P0hsKsxeGew-AcMwK0V5h4tPshZhdNcsFw@mail.gmail.com>
X-IsSubscribed: yes

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019