viny76 / iphone-wireless

Automatically exported from code.google.com/p/iphone-wireless
0 stars 0 forks source link

Can't build framework with toolchain in 10.5. #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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