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

2008-06-22 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-06-22 16:56 --- I think you're mad. I won't be reporting any bugs to gcc until I see signs of intelligence coming from you people. Huh? Also the linker is not part of GCC anyways. It comes from the binutils project. You

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

2008-06-20 Thread c94wjpn at gmail dot com
--- Comment #3 from c94wjpn at gmail dot com 2008-06-20 23:13 --- Subject: Re: gcc refuses to recognize libraries on the command line I think you're mad. I won't be reporting any bugs to gcc until I see signs of intelligence coming from you people. w. On Thu, Jun 19, 2008 at 4:02

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

2008-06-19 Thread pinskia 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

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

2008-06-19 Thread rwild at gcc dot gnu dot org
--- Comment #2 from rwild at gcc dot gnu dot org 2008-06-19 16:12 --- (In reply to comment #0) It seems to me that the ordering of the libraries / object files given on the command line is significant. Yes, it is, has always been, also with shared libraries. Not a bug. -- rwild