From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) by sourceware.org (Postfix) with ESMTPS id B3F55385702F for ; Mon, 30 Nov 2020 23:16:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B3F55385702F Received: by mail-qt1-x836.google.com with SMTP id 7so9616773qtp.1 for ; Mon, 30 Nov 2020 15:16:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=f5WWEk59I9YlZxQqfhSviUofALOnXhaTtyoa1ZBO8XE=; b=iRyXumD5Z48iSEyrtY66CRUdJVEmt4YxpiMx2fP/pAZ3DXvJlG3nHzdAcF9hBGej6q WO+WEQdOziihadit0LqXzRBZk1kKFGx0D6vyhLJTeNltU+yXlyLKps2zn8Gdkq24s/TX 5oP5Sdy914sGarfyBQ07WjM/fhEg2W/bXKlTdHuw2JaZpNSMFdZP19CG9C2yBg5p6RHr 4v1D7+xcmyrjSX3CLKlDDku3QvM5mGnxP+0BUc3OZePcW2zqjIxuuODT6GLbPMVOX08d ItucxN5Wf2SkkEubG807Ar2ukifekoaXykOTX6GIAM0AoiRaxsrQF4/LzP/PjrEPEw2x ZnpQ== X-Gm-Message-State: AOAM532WILg9X1pcjgdeVK8rtmABbTAp+/PO60URA7W12hvN/03qYGvq OKEfgs0lURaLI2rJLylxGs0o5spk9cmRg8MoJB8= X-Google-Smtp-Source: ABdhPJwTxqdka74TMSIUVOwDvr+WD2c92KUYKy2pSiDyXzijvu3oQlYax+9x6+HeBcJnI/EeOqxpal8JQUjCxIAX1tk= X-Received: by 2002:aed:3383:: with SMTP id v3mr24293954qtd.353.1606778173324; Mon, 30 Nov 2020 15:16:13 -0800 (PST) MIME-Version: 1.0 References: <06e96083-6a33-2cbb-a829-455615e91df7@secure-endpoints.com> In-Reply-To: From: Keith Christian Date: Mon, 30 Nov 2020 16:15:55 -0700 Message-ID: Subject: Re: Compiling C-Kermit 9.0.305 Alpha.02 on Cygwin To: moss@cs.umass.edu Cc: cygwin@cygwin.com, jaltman@secure-endpoints.com X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2020 23:16:15 -0000 On Mon, Nov 30, 2020, 15:31 Eliot Moss wrote: > On 11/30/2020 5:17 PM, Keith Christian via Cygwin wrote: > > On Mon, Nov 30, 2020 at 2:44 PM Jeffrey Altman > > wrote: > >> I suspect building C-Kermit with SSH, OpenSSL, Kerberos v5 support is > >> going to be problematic since none of that code has been updated in more > >> than a decade to keep up with the latest upstream packages. I suggest > >> you start by trying to build for a generic linux target without any > >> security features. > >> > >> Jeffrey Altman > >> former Kermit developer > > > > Jeffrey, > > > > Thanks so much, appreciate your taking the time to respond. I was > > puzzled when C-Kermit was dropped from Cygwin several years ago. > > Former Kermit developer, quite the credentials! > > Just checked, and this does not compile out of the box for either the > linux or posix target. Not > sure how much work will be required. Too bad it is not set up to use > ./configure to see what's > actually available on the platform / how to use it ... > > Best wishes - Eliot Moss > Thanks, Eliot.