From owner-freebsd-java Thu Mar 11 19:16:41 1999 Delivered-To: freebsd-java@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 6A37A14E39 for ; Thu, 11 Mar 1999 19:16:37 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id VAA08030; Thu, 11 Mar 1999 21:16:17 -0600 (CST) Date: Thu, 11 Mar 1999 21:16:16 -0600 (CST) From: Steve Price To: Takuya Mori Cc: freebsd-java@FreeBSD.ORG Subject: Re: SIGSEGV while compiling elf jdk1.1 In-Reply-To: <19990312022549X.moritaku@super.email.ne.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 12 Mar 1999, Takuya Mori wrote: # Hi, # # My name is Takuya Mori, and I am trying to build an ELF # binary of JDK1.1.7 with my friend. # # We have a trouble while compiling it. # # Here's the description: # # We have modified symbol names to become compliant # with those of ELF libraries. # # And while compiling Java class libraries, the VM # gets stuck in the function, # "void InitializeClock()" defined in # "src/freebsd/java/green_threads/src/clock.c" and # Segmentation Fault occurs. Except for where you say the problem is occurring, I'd say you don't have the linker code quite right. If you are using the dlfname stuff from the a.out patches, then don't because it won't work and isn't required on an ELF system. # Is there anybody solves this problem? Yes. :) # ---- # Takuya Mori To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message