------- Comment #27 from mrs at apple dot com 2009-12-09 18:48 ------- nm | grep ___divdc3 on all the objects and libraries on the link line, will tell you from where this symbol can be resolved. Reading the link line, will tell you the order ld will resolve in, but you have to realize that .dylibs always resolve first, before .a files (such a libgcc.a). This is explained in the ld man page. See -search_paths_first for more detail.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42333