I've been burned by this mistake before.

To configure kissme I had:

./configure --with-gnu-classpath-install-dir=xxx

but configure ignores an unsupported option, the real option is:

./configure --with-classpath-install-dir=xxx

Because I had classpath 0.06 installed in /usr/lib/classpath etc it was
finding and using that.

Now I get the expected failure:

cmalu% ./useful_scripts/kissme
helloworld                                                                             
  Kissme Internal Error: Unknown native method called: 
java/lang/VMThread.currentThread()Ljava/lang/Thread; java/lang/VMThread
Kissme assertion 'hMainThread' failed: vm/startup.c line 383
Attempting to dump core
zsh: abort      ./useful_scripts/kissme helloworld

John Leuner

On Wed, 2003-09-03 at 01:45, Stephen Crawley wrote:
> > > BTW2: I think I'm close to getting Kissme to work with the new Thread
> > > classes anyway.
> >
> > I did CVS checkouts earlier and everything seems to work perfectly, are
> > your changes finished?
> 
> I'm surprised to hear that.  I haven't checked in any of the relevant 
> Kissme changes yet!
> 
> -- Steve
> 
> 
> 
> _______________________________________________
> Classpath mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/classpath
-- 
John Leuner <[EMAIL PROTECTED]>



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to