From: Thomas T. <tho...@go...> - 2011-04-22 16:40:19
|
Hi there, I watch xmlvm for quite some time now and first of all I have to say you are doing an incredible job! Lately I just wanted to test the posix-target to compile java to native-code in linux and somehow got stuck with garbage-collector-problems. There were some hints about removing the boehmgc-files and to use -DXMLVM_NO_GC. (Where would I have to use this -DXML...?) Nevertheless as you mentioned that the boehmgc is a more or less a special one for iOS I tried to get it donewith my limited c/c ++-knowledge. And I got it work. For now only with boehmgc linked dynamically... So for people interested have a look here: http://thomas.trocha.com/wp/?page_id=684 Maybe there is already an easyier fix and maybe it would have been better to ask before starting :D...but hey that's the way to learn the stuff, right? :D yours, dertom |