Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 16:59:57 +1030
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        JY <leafy@leafy.idv.tw>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: Java 1.3.1_p7-2 builds on -current but fails to run
Message-ID:  <20021121165957.A55399@misty.eyesbeyond.com>
In-Reply-To: <20021121055902.GA38083@leafy.idv.tw>; from leafy@leafy.idv.tw on Thu, Nov 21, 2002 at 01:59:02PM %2B0800
References:  <20021121040830.GA83882@leafy.idv.tw> <20021121152508.B54345@misty.eyesbeyond.com> <20021121055902.GA38083@leafy.idv.tw>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 21, 2002 at 01:59:02PM +0800, JY wrote:
> On Thu, Nov 21, 2002 at 03:25:08PM +1030, Greg Lewis wrote:
> > > /usr/libexec/ld-elf.so.1: /usr/local/jdk1.3.1/jre/lib/i386/native_threads/libhpi
> > > .so: Undefined symbol "sem_wait"
> > > 
> > > Anything I've missed?
> > 
> > No idea, I don't have a -CURRENT box to test things on.  I'd look at recent
> > changes involving sem_wait, or at least try and locate what library its
> > currently defined in.
> It's defined in /usr/include/semaphore.h, how do I find out which library it is defined in? I suppose it might be some linker error.

No, I mean the symbol definition, not the function prototype :).  You
should be able to find out what library its in with nm(1).

-- 
Greg Lewis                          Email   : glewis@eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis@FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021121165957.A55399>