From: Paul P. <bay...@gm...> - 2012-05-22 22:38:11
|
In xmlvm/var/posix/Makefile, you can find the instructions at the top. Here is the comment: # This Makefile relies on an installation of the Boehm Garbage Collector # for the target platform. The Boehm GC can be downloaded, configured and # installed as follows: # # cvs -d:pserver:ano...@bd...:/cvsroot/bdwgc co bdwgc # cd bdwgc # ./configure --enable-threads=posix --enable-thread-local-alloc --enable-parallel-mark # make # make install I have done this as well to run posix targets. Thanks, Paul On Tue, May 22, 2012 at 1:21 PM, Bruce Jackson <bru...@go...>wrote: > Hi All > > I'm trying to compile the boehmgc for use with XMLVM posix target to > produce a library I can use on iPhone. > I've seen much discussion on this subject: > > > http://article.gmane.org/gmane.comp.programming.garbage-collection.boehmgc/4560/match=iphone > > …and a question by Arno about the options used to ./configure, but this > still seems to be something that isn't obvious/possible at all. > > Does anyone know: is it possible to build the gc using the ./configure > tools, and if so, what are the options used? If not, how have people gone > about building it? > > Thanks > > Bruce > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |