This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj, gij; dynamic compile problem?
>>>>> "Steve" == weppnesp <weppnesp@eckerd.edu> writes:
Steve> Anybody else know about how many of the newer features of glibc
Steve> are used in gcj?
My knowledge of the different versions of glibc isn't that great. But
libgcj doesn't really use many special features, I think. We use
backtrace(), but we can probably work fine without it. The character
set converters use iconv(), which had problems in some versions of
glibc, but (1) 2.2.x is probably new enough, and (2) the patch to
break backward compatibility (with glibc 2.1 iconv) hasn't gone in to
libgcj yet anyway.
Tom