[Bug c/56467] gcc fails to link binaries with unknown reference complaint

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 26 18:21:00 GMT 2013


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-02-26
     Ever Confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2013-02-26 18:21:22 UTC ---
your archive doesn't have any sources so the makefile doesn't work, please
follow the bug reporting instructions: http://gcc.gnu.org/bugs/

Your linker command has -lrt at the start of the command, it needs to go after
any objects that depend on it.



More information about the Gcc-bugs mailing list