http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This is not a GCC bug, the error you get is not even from GCC, it's from the
linker, but the problem is almost certainly due to you not linking to a
required library, or the order of libraries passed to the linker.