$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Project using Boost won't build with Xcode 4; complains about "global weak symbols"
From: G S (stokestack_at_[hidden])
Date: 2011-03-20 22:11:39
Hi all.
I'm using Boost in an iPhone app as a statically linked lib, and after
updating to Xcode 4 the project won't build. It fails with this:
*ld: bad codegen, pointer diff in boost::system::error_category:*
*:error_category()to global weak symbol vtable for
boost::system::error_**categoryfor
architecture i386*
Happens for both simulator and device, after the same project built fine
under previous Xcodes.
Anybody have some insight on this and a solution?
Thanks!
Gavin