Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2002 19:12:45 -0500
From:      Michael E Mercer <mmercer@nc.rr.com>
To:        freebsd-java@freebsd.org
Subject:   Re: COMPILING NOW: Re: unable to compile 1.4 on 4.7-STABLE...
Message-ID:  <3DF925FD.EF85E59E@nc.rr.com>
References:  <3DDAE5F0.2EA59E1B@nc.rr.com> <20021120125215.A39920@phantom.cris.net> <3DDB8545.CC58B4DB@nc.rr.com> <20021121024054.A51711@misty.eyesbeyond.com> <20021120194710.A43517@phantom.cris.net> <3DDC51CC.7DE9DBDA@nc.rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
All,

in j2se/make/sun/awt/Makefile
I added "-lXmu" to line 262.

the code snippet is

ifeq ($(VARIANT),DBG)
# Use -lXmu for EditRes support
LIBXMU  = -lXmu
else
LIBXMU  = -lXmu    <<<<------ line 262
endif

Doing this allowed the gmake command below to finish without the UnsatisfiedLinkError.

This change means the ifeq is meaningless, therefore I need someone who knows what is going
on to verify this.

thanks
Michael







Michael E Mercer wrote:

> Hello peoples,
>
> I got this error:
> Constructing Javadoc information...
>
> >>> Generating beaninfo for javax.swing.AbstractButton...
> javadoc: In doclet class GenDocletBeanInfo,  method start has thrown an exception
> java.lang.reflect.InvocationTargetException
> java.lang.UnsatisfiedLinkError:
> /home/mmercer/jdk1.4.0/jdk14/control/build/bsd-i386/lib/i386/libawt.so:
> /home/mmercer/jdk1.4.0/jdk14/control/build/bsd-i386/lib/i386/libawt.so: Undefined symbol
> "_XEditResResetStream"
>         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
>         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1480)
>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1396)

<snip>


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?3DF925FD.EF85E59E>