From owner-freebsd-java@FreeBSD.ORG Thu Sep 4 05:33:26 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C29616A4C2 for ; Thu, 4 Sep 2003 05:33:26 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3893E43FA3 for ; Thu, 4 Sep 2003 05:33:25 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 69183 invoked from network); 4 Sep 2003 12:33:20 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 4 Sep 2003 12:33:20 -0000 Message-ID: <3F573110.90106@liwing.de> Date: Thu, 04 Sep 2003 12:33:20 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030821 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: phantom@FreeBSD.org, glewis@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: jdk-1.4 on 5.1-current X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 12:33:26 -0000 Hi all, as all others I have problems getting jdk-1.4 compiled under -current. The preprocessor problems I could solve on my own, but later in the progress I'm getting a bus error with a core dump. It seems, the patchset is adding a flag "-O3" which is known to be broken in all gcc3 variants, eg.: - http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11319 - http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11741 My questions are: 1) How can I enable the output of the compile instruction which is executed (how can I enable verbose_echo)? 2) How can I modify the c/c++-compiler flags which are used to build java? Thanks in advance, Jens