From: Grzegorz J. <ja...@he...> - 2003-02-14 02:02:40
|
On Thu, 13 Feb 2003, Alexandre Tolmos wrote: > Hi, > > I would like to use OpenC++ on MacOs X. Compiling occ itself shouldn't > be a big issue (Darwin, the core Os is FreeBSD based) but the garbage > collector is Os and architecture dependent. So, my questions are: > > - Is there a Mosx port of GC? Hi, It seems to me that recent versions of Hans Boehm's GC supports MacOS X. They are available at http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ Try to build with one of them and let me know if it works. MacOS X port of OpenC++ would be very welcome. Please work on the latest version of sources from CVS. Let me know if any issues. Regards Grzegorz PS: If this does not work, however, there is possibly a way to get rid of GC at all with help of boost::shared_ptr<>. ################################################################## # Grzegorz Jakacki Huada Electronic Design # # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # # tel. +86-10-64365577 x2074 Beijing 100015, China # # Copyright (C) 2002 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |