Re: [classlib][awt]Problem with libgl.so

2011-11-08 Thread Da Feng
);     printf(status = %d\n, status); } $ gcc -I/usr/X11R6/include -o xmutest xmutest.c -L/usr/X11R6/lib -lX11 -lXmu $ ./xmutest status = 1 how can i continue ..? On Mon, 7 Nov 2011 18:03:07 -0800 (PST) Da Feng jvfen...@yahoo.com wrote: use ldd -r, not just ldd. And ldd -r libhythr.so

Re: [classlib][awt]Problem with libgl.so

2011-11-07 Thread Da Feng
http://harmony.apache.org/quickhelp_contributors.html#1.%20Prerequisites This document give dependencies and setting of JAVA_HOME, it should point to jre, not jre/bin and PATH didn't reflect you binaries.   DaFENG Coder Telecommunication Network Industry Gmail:sunspid...@gmail.com -

Re: [classlib][awt]Problem with libgl.so

2011-11-07 Thread Da Feng
)     at java.awt.EventDispatchThread.run(EventDispatchThread.java:46) On Mon, 7 Nov 2011 00:48:52 -0800 (PST) Da Feng jvfen...@yahoo.com wrote: http://harmony.apache.org/quickhelp_contributors.html#1.%20Prerequisites This document give dependencies and setting of JAVA_HOME, it should point to jre

Re: Moving Apache Harmony to the Attic

2011-10-31 Thread Da Feng
Hi: I have not directly contribute to Harmony yet, but the project I'm working on currently performs better with harmony lib. Some one wants to develop support for openJdk class lib, I still prefer modularized structure. I thought java core should be defined as self-hosting, that is able to

Re: [admin] Automated Monthly Reminder

2011-02-11 Thread Da Feng
Hello: I'm developing MRP/Jikes RVM with harmony as lib provider. My question is, have you ever changed your road map? I find it can't pass dacapo test cases or jvm spec 2008 cases. Are you just waiting for TCK? Real projects are tests on their own. dacapo just run tests from different