Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

COMPILING NOW: Re: unable to compile 1.4 on 4.7-STABLE...

0 views
Skip to first unread message

Michael E Mercer

unread,
Dec 12, 2002, 7:13:02 PM12/12/02
to
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 majo...@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message

0 new messages