------- Comment #1 from pinskia at gcc dot gnu dot org  2008-06-19 15:02 -------
Is libext.a an archive?
If so this is not a bug as archives are only looked at once by the most
linkers.
You can use -Wl,--start-group .... -Wl,--end-group if you want to group
libraries/objects to be looked at more than once.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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

Reply via email to