Hi Christian, On Tue, 2006-01-17 at 12:11 +0100, Christian Thalinger wrote: > Ok, after some checking and fixing some compile warnings (patch is > coming), the problem is: > > /home/twisti/tmp/classpath/lib/classpath/libjavanio.so: undefined > symbol: targetNativeLastErrorCode > > This symbol is defined in: > > native/target/generic/target_generic.c > > But the .c files are not compiled into a library or something. How was > this meant to work out?
The old target layer didn't define any symbols itself so it didn't need to be linked into any other (jni) libraries. We might want to handle it like we do with jcl (native/jni/classpath) for now. But I haven't yet looked at the new target changes so I might be mistaken (and I believe Tom said we shouldn't use LIBADD for this but create a real library out of jcl). Cheers, Mark
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
