From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100535 invoked by alias); 17 Jan 2017 09:58:46 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 100486 invoked by uid 89); 17 Jan 2017 09:58:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=liability, Bill X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Jan 2017 09:58:45 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E379C83F43; Tue, 17 Jan 2017 09:58:44 +0000 (UTC) Received: from zebedee.pink ([10.33.36.20]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v0H9wgSa018363; Tue, 17 Jan 2017 04:58:43 -0500 Subject: Re: Fwd: gcj can not import packages To: bill.chatfield@yahoo.com, "'mohan NMH'" References: <9335b6e8-ed7f-1e8d-4022-656da4681770@redhat.com> <59a501d2701f$b1bb1290$153137b0$@yahoo.com> Cc: java@gcc.gnu.org From: Andrew Haley Message-ID: <18313a22-8b60-58c4-7ba4-4c3fc8932990@redhat.com> Date: Tue, 17 Jan 2017 09:58:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <59a501d2701f$b1bb1290$153137b0$@yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00005.txt.bz2 On 16/01/17 17:40, Bill Chatfield via java wrote: > > Also, I feel that gcj was a great achievement on the part of the FSF > and the open source community. It's nothing to be ashamed of. It > shows the resourcefulness and ingenuity of the community. Well, yeah, but it'd take a lot of work to maintain GCJ. And unmaintained software is a major liability. For anyone who needs GCJ, its old sources are not going to disappear. Andrew.