X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6973E3858412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1694127668; bh=vTu7GFwNqqHcydqkV40flg2FEtdqgvuSxYhR0n5CpKs=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=m4of5rYyOKqhBIJxOAWojQJUJSScHixTOUdPDWugOosC9dbVrPNXf5ykZlVI4SGNf LJTSg1lllEgdgbfD14MPTQqX4kBOjEbmZdqi2Dx3NyIniXwIv3i61XDixad47MMBAB kFRXAB9BaG2D1MYqoQlDK/8D6+qdRyPWkZqH3rj4= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A8CAA3858D20 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694127627; x=1694732427; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=jcBxncXFJ0xnXoF/M51ZuZHKOrYwW748boKO7x6QAMs=; b=UlLZVTXiqPZMXzVnPPCurGdQYdaQ23g77bTC8PpvQmI/hqWC1LMe9yfuVoEGWKrssf rJKxWvp2nrjYtIpV9lgEYJBGNo06eJE/73bTyw5uXy6EM5a8wwcwDNLU80Pt6YAEZbdV yRdQQ9t7DtxWhwgqkw5XxYV58qmyPPiOcionC7P8BY4IVin4+NfN4H4S6FiROVuUFghV BADaRrWmJoRgJ/0bUTn4Yxpg5KWtEB89hiQvJBei/LUfMwbvezbRgfZ585tpAcqTkAI1 di7W0dHTF4SIt/7pf2xME664YZWTqiqEIVrCr7MgaWxUruFn/kFNzF/4l8+2BVEWx7dS 3BBg== X-Gm-Message-State: AOJu0YzBaksvQw3HHsXRLMNTC15cIL8BJFPFwZX21bnJfhfPIAQ8cM87 /nMQta8z5wTJSSLhVW7k7U44i1txPWonlEf/LICsVAO4OnM= X-Google-Smtp-Source: AGHT+IGeCXZmolqEDCjuaABJkrOu/PKfO8wsP85oN7V3x2LKSaLCW28i11sjdtSwqhUN+BbqaxOa4JSqXC9MIMPjf+E= X-Received: by 2002:a05:622a:4d2:b0:411:d31b:986d with SMTP id q18-20020a05622a04d200b00411d31b986dmr993848qtx.49.1694127626825; Thu, 07 Sep 2023 16:00:26 -0700 (PDT) MIME-Version: 1.0 Date: Thu, 7 Sep 2023 18:00:16 -0500 Message-ID: Subject: Ada support in gcc-core 11.4.0-1 package To: cygwin AT cygwin DOT com X-Spam-Status: No, score=-0.5 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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.30 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Harry Rockefeller via Cygwin Reply-To: Harry Rockefeller Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" The message I get when trying to install gcc-ada 11.4.0-1 doesn't make sense. It says "installed package gcc-core obsoletes gcc-ada (of same version number) do not ask to install" When I run cygcheck on this package: with -c it says it is "OK"; with -l and pipe to grep it has zero matches of: Ada, ada, and gnat. When I try to compile a simple hello.adb program it says it cannot find "gnat1". -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple