
26 Mar
2013
26 Mar
'13
4:53 p.m.
On 26 March 2013 16:31, Tim Burgess wrote:
OK,
I found an article suggesting I set an XCode linker flag:
-Lstdlibc++
Really? Despite widespread misunderstanding (including in <boost/config/stdlib/libstdcpp3.hpp>) the library is called libstdc++ not stdlibc++ and lives in a file called libstdc++.so, whereas I believe libc++ lives in a file called libc++.so, so I don't see how just setting a directory with -L can change anything.