This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Import GNU Classpath 0.91
>>>>> "Casey" == Casey Marshall <csm@gnu.org> writes:
Casey> Attached is the C++ file. I have no idea what the right way to plug
Casey> this into libjava's build system is, though. It relies on local.c and
Casey> local.h, which come from Classpath, and I don't know if that is built
Casey> (or even imported) in the classpath/ subdirectory.
local.c and local.h are definitely imported. However, the directory
that they are in is bypassed by the libgcj build.
That isn't a problem, though. You should be able to add a -I pointing
to that directory (classpath/native/jni/java-net) to
libjava/Makefile.am, and then just directly add local.c to
libgcj_la_SOURCES.
Tom