This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/52405] undefined references in shared library when linking the shared library with -flto
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 28 Feb 2012 10:44:20 +0000
- Subject: [Bug lto/52405] undefined references in shared library when linking the shared library with -flto
- Auto-submitted: auto-generated
- References: <bug-52405-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52405
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2012-02-28
Ever Confirmed|0 |1
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-28 10:44:20 UTC ---
Please specify how you build/link your shared library. Which binutils version
are you using? Are you using the linker plugin? Does it work with
-fno-use-linker-plugin? Does it work with -flto-partition=none?