------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-04 04:22 ------- (In reply to comment #18) > Is this a glibc bug on the target or the host machine? I believe my host > would > have a very recent glibc, my target has an ancient glibc but I compiled my > HelloWorld.java as a staticly linked application thus I wouldn't expect it to > have any dependencies on the target. ?
You are running your program on the target right? Then it is a bug on the target. The dynamic loader still is invoked because well libjava still invokes it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23662