From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10061 invoked by alias); 28 Nov 2009 20:14:17 -0000 Received: (qmail 10040 invoked by uid 48); 28 Nov 2009 20:14:17 -0000 Date: Sat, 28 Nov 2009 20:14:00 -0000 Message-ID: <20091128201417.10039.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/41991] gcj segfaults on i686-apple-darwin* and x86_64-apple-darwin* In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "andreast at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2009-q4/txt/msg00060.txt.bz2 ------- Comment #20 from andreast at gcc dot gnu dot org 2009-11-28 20:14 ------- Jack, can you point DYLD_LIBRARY_PATH to your installed libgcc_s.dylib and try to run a gcj -C testme.java? I did so with todays trunk and the patch from lxo (Alex), the one you sent me as well as mine from comment #3 [deuterium:~] andreast% setenv DYLD_LIBRARY_PATH /Volumes/development/gcc/head/testbin-x86_64/lib [deuterium:~] andreast% gcj -C hello.java [deuterium:~] andreast% gij hello Hello World Hello Andreas -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41991