From: Markus H. <ma...@ti...> - 2011-03-11 21:23:26
|
Hi, I have created an iphone project with --skeleton=iphone. It is working fine so far. I wanted to try it out with the c backend and changed the xcode.xml to call --target=iphonec instead of --target=iphone. Unfortunatly xcode complains about missing files after that. It seems that the BoehmGC is not included. I set the trimmer to false and then it worked after that. So it seems the trimmer discards the BoehmGC library. Is there anyway to stop it from doing so? Regards, Markus |