This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/36579] gcc refuses to recognize libraries on the command line
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jun 2008 15:02:38 -0000
- Subject: [Bug other/36579] gcc refuses to recognize libraries on the command line
- References: <bug-36579-16356@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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