This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/36579] gcc refuses to recognize libraries on the command line



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]