[Bug target/33704] AIX runs c++ constructors in incorrect order

dje at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Oct 10 03:17:00 GMT 2007



------- Comment #16 from dje at gcc dot gnu dot org  2007-10-10 03:17 -------
lib1.a depends on lib2.a
main depends on lib1.a, but does not explicitly link with lib2.a

Your proposed solution requires that the link of main see all dependent
libraries.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33704



More information about the Gcc-bugs mailing list