
5 Aug
2010
5 Aug
'10
2:21 p.m.
On 05/08/10 11:44, Alec Ross wrote:
It might be worth mentioning the --detect-odr-violations option of the gcc gold linker here. No? Yup but it can't detect major version chaneg in ABI or other misconfiguration I guess ? Here's a gist with updated file includign symbol visibility and a more complex use case.
http://gist.github.com/509783 You can compile foo.cpp into foo.a with either no feature, feature A and/or B. Then compile main with same/different set of feature and try to link.