cartmanguo / iphone-wireless

Automatically exported from code.google.com/p/iphone-wireless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't build framework with toolchain in 10.5.

GoogleCodeExporter opened this issue · comments

The toolchain in 10.5 doesn't appear to support the ability to build dylibs.

I've managed to get it building by telling it to build as a bundle (with
the -bundle gcc flag) instead.

Furthermore, I've verified (with a different bundle) that dlopen/sym work
fine on the bundles created with Mac OS X 10.5 and the toolchain.

Original issue reported on code.google.com by nonbroad...@gmail.com on 1 Nov 2007 at 3:00