This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size
- From: "fitzsim at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2004 15:45:18 -0000
- Subject: [Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size
- References: <20040621194400.16121.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From fitzsim at redhat dot com 2004-07-31 15:45 -------
The class lookup for gnu.java.awt.peer.gtk.GtkToolkit is failing. First, are
you sure you're using the version of gcj you just built? Second, you should not
have the CLASSPATH environment variable set.
Does a simple "Hello World" program compile and run properly?
Can you post the output of:
ldd ./a.out
and
strace ./a.out
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121