From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121788 invoked by alias); 26 Nov 2019 19:22:50 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 121777 invoked by uid 89); 26 Nov 2019 19:22:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:639 X-HELO: mail-wr1-f53.google.com Received: from mail-wr1-f53.google.com (HELO mail-wr1-f53.google.com) (209.85.221.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Nov 2019 19:22:48 +0000 Received: by mail-wr1-f53.google.com with SMTP id w9so23897455wrr.0 for ; Tue, 26 Nov 2019 11:22:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=VhL40P/TaHHtPTZSTkPs7/PTTGLT4fW50HL2FYTZ6a4=; b=N6qzOScYqOB0sT5KMx0gplP7fFacBZBJ0UYyRlFQ4IYFwDR7cWQKBxSeGbAFVoc7+D 9TIHjZCXi/bOkHsjf2sAqzAu/4M+lnMYG7g9v5CNhS2VUQJXE3TISkwROUe3xCH3ulCP mBG+VPY7ulpFlkKCb5rTtEz7iL/sODaiK7zcIqXeFeW1V2c4B0tj/1GpaM6TwGeJcSzD d/43kOuEKZA98hiARn/7K5S8Qye3wUY5LdclSZ9Wa+mF8g6hy74uJKoC5pg0DyQL6dWK B1GY6If0M0mliCq0VE/9jPLTGwtXyJc34gmZxgnpe92l5Y+8IzOv9QPqjUdBBK4ZNGZY tufA== Return-Path: Received: from ?IPv6:2003:ee:6714:6601:c023:7291:2cec:2307? (p200300EE67146601C02372912CEC2307.dip0.t-ipconnect.de. [2003:ee:6714:6601:c023:7291:2cec:2307]) by smtp.gmail.com with ESMTPSA id i10sm2134938wru.16.2019.11.26.11.22.45 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 26 Nov 2019 11:22:45 -0800 (PST) Subject: Re: [ITP] libtommath To: cygwin-apps@cygwin.com References: From: Marco Atzeri Message-ID: <7fe15e03-5df1-dfb1-50ea-aa06e3121dcd@gmail.com> Date: Tue, 26 Nov 2019 19:40:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 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: 2019-11/txt/msg00026.txt.bz2 Am 26.11.2019 um 13:21 schrieb Jan Nijtmans: > Hi all, > > Libtommath (version 1.2.0) is a multiple-precision integer library which > is available on various Linux platforms (e.g. Ubuntu, Fedora). Tcl 8.6 > has its own libtommath fork built-in, but it's planned to change that > for Tcl 8.7: Tcl 8.7 will depend on libtommath 1.2.0 (or later). That's > why I would like this package to be available for Cygwin. > your cygport has some problem at package action *** Warning: libtommath.hint is missing no idea why, but your cygport is a bit unusual in defining the variables > Thanks! > > Regards, > Jan Nijtmans