classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Re: JamVM stopped working today


From: Mark Wielaard
Subject: Re: [cp-patches] Re: JamVM stopped working today
Date: Tue, 17 Jan 2006 12:43:26 +0100

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

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]