This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj 4.4 and AWT toolkit
- From: Andrew Haley <aph at redhat dot com>
- To: ffileppo <ffileppo at libero dot it>
- Cc: java <java at gcc dot gnu dot org>
- Date: Thu, 31 Jul 2008 13:17:19 +0100
- Subject: Re: gcj 4.4 and AWT toolkit
- References: <K4VDP2$1E305C8EA505FBB5646E56FB3F77EECE@libero.it>
ffileppo wrote:
>
> The problem seems to be in these lines:
>
> 5602: awt-test: error: symbol lookup error: undefined symbol: Java_gnu_java_awt_peer_gtk_GtkToolkit_initIDs (fatal)
> 5602: awt-test: error: symbol lookup error: undefined symbol: Java_gnu_java_awt_peer_gtk_GtkToolkit_initIDs__ (fatal)
Indeed. Now try strace'ing it (with -etrace=files) and see where it's looking for the DSO.
Andrew.