From owner-freebsd-threads@FreeBSD.ORG Sun Jun 1 10:10:57 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D93537B401 for ; Sun, 1 Jun 2003 10:10:57 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37EB743F3F for ; Sun, 1 Jun 2003 10:10:56 -0700 (PDT) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h51HArEU048120; Sun, 1 Jun 2003 19:10:53 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Sun, 1 Jun 2003 19:10:53 +0200 (CEST) From: Martin Blapp To: Daniel Eischen In-Reply-To: Message-ID: <20030601190900.H94836@cvs.imp.ch> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: Unable to compile jdk1.4.1 with libkse X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2003 17:10:57 -0000 Hi, > I'll try sometime later this week if I get the chance. > Got a log? I can put one available of course ... I got the sig11 always at the same place. Then I've switched to libc_r and it worked. > Are you building with libkse copied over libc_r? Usually, I > leave libc_r alone when building stuff, and then copy (or libmap) > libkse afterwards. No, I just use libmap and have just libkse in there so it replaces all libc_r calls. Martin