Re: [kaffe] PrimordialLoaderTest fails

2008-02-10 Thread Ito Kazumitsu
From: Ito Kazumitsu [EMAIL PROTECTED]
Subject: [kaffe] PrimordialLoaderTest fails
Date: Sun, 10 Feb 2008 12:08:42 +0900 (JST)

 Strangely enough, this test passed when I did it on FreeBSD 6.2-RELEASE.
 
 Does this problem have something to do with zziplib?
 
 On FreeBSD 6.2-RELEASE, I installed zziplib from source (beginning with
 Python) because the binary package for this OS version was no longer
 available. But I installed the binary package of zziplib on FreeBSD
 6.3-RELEASE.

Compiling zziplib from source did not solve this problem.
I think I will study this problem further.

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Linker Errors on OS X 10.4.11 - Kaffe 1.1.8

2008-02-10 Thread Michael Franz
Hi,
I tried to build Kaffe 1.1.8 on OS X 10.4.11.  I used the same configuration
script that works for kaffe 1.1.7.  Here are the following linker errors:
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
_KGC_getMainCollector
_ObjectClass
_initStaticLock
_jthread_disable_stop
_jthread_enable_stop
_jthread_sleep
_loadClass
_locks_internal_lockMutex
_locks_internal_unlockMutex
_newArrayChecked
_postExceptionMessage
_postOutOfMemory
_stringC2Java
_stringJava2C
_throwError
_types
_utf8ConstFromString
_utf8ConstRelease
_AllocObjectArray
_buildStackTrace
_utf8Const2Java
_KaffeVM_registerObjectReference
_instanceof
_javaLangRefPhantomReference
_javaLangRefSoftReference
_javaLangRefWeakReference
_SignalError
_processClass
_soft_instanceof
_Kaffe_JavaVMArgs
_execute_java_constructor
_throwException
_KaffeVM_makeReflectConstructor
_KaffeVM_makeReflectField
_KaffeVM_makeReflectMethod
_discardErrorInfo
_findMethodLocal
_getClass
_init_name
_loadArray
_stringJava2Utf8ConstReplace
_throwExternalException
_utf8Const2JavaReplace
_utf8ConstEqual
_booleanClass
_byteClass
_charClass
_classFileInit
_classMappingLoad
_classname2pathname
_doubleClass
_floatClass
_intClass
_longClass
_lookupClassEntry
_lookupClassEntryInternal
_newClass
_readClass
_shortClass
_utf8ConstAddRef
_voidClass
_CloneClass
_dbgGetMask
_jthread_current
_jthread_get_data
_jthread_interrupted
_kaffe_dprintf
_locks_internal_broadcastCond
_locks_internal_signalCond
_locks_internal_waitCond
_newArray
_newObject
_loadNativeLibrary
_main_collector
_runFinalizerOnExit
_stringJava2CBuf
_stringInternString
_jfree
_jmalloc
_printStackTrace
_finalizeThread
_getCurrentThread
_interruptThread
_jthread_get_status
_jthread_is_interrupted
_setPriorityThread
_startThread
_yieldThread
_getStackTraceElements
_getEngine
_getLibraryPath
_realBootClassPath
_realClassPath
_userProperties

Michael
___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] ARM Cross-Compile using GNU EABI

2008-02-10 Thread Leandro Galvez

Hi,

   Sorry for being so ignorant here.  I already have all the required 
libraries. I was already able to complete building and installing the native 
build of kaffe for a number of times. This things only happen when 
cross-compiling to arm.


Thanks and best regards,
Leandro Galvez

- Original Message - 
From: Dalibor Topic [EMAIL PROTECTED]

To: Leandro Galvez [EMAIL PROTECTED]
Cc: Kiyo Inaba [EMAIL PROTECTED]; kaffe@kaffe.org
Sent: Wednesday, February 06, 2008 10:24 PM
Subject: Re: [kaffe] Kaffe (ARM Cross-Compile using GNU EABI)



Leandro Galvez wrote:

Hi again,

   Tried using Kaffe from CVS today, but this time I was not even able to 
complete configuration stage.  It game me the error below:

checking for ltdl.h... no
configure: error: Can't find the ltdl.h header file from the libltdl 
library
The required libraries on CVS head have changed. See 
FAQ/FAQ.requiredlibraries for the current list (zziplib, libltdl, 
classpath, etc.).


Make sure you've cross compiled the required libraries first, and then 
pass them on to kaffe using --with-includes and --with-libs.


cheers,
dalibor topic




___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe