This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/20654] exception.o is not included in libgcj.a due to case-insensitivity
- From: "aaronavay62 at aaronwl dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Mar 2005 07:40:48 -0000
- Subject: [Bug libgcj/20654] exception.o is not included in libgcj.a due to case-insensitivity
- References: <20050327125251.20654.aaronavay62@aaronwl.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From aaronavay62 at aaronwl dot com 2005-03-28 07:40 -------
I just checked against "Microsoft (R) Library Manager Version 7.10.3052" and
binutils's case-insensitivity replacement semantics are consistant with
Microsoft's implementation. LIB also has the same path-preserving semantics
of the previous non-POSIX ar.
I think a better way to fix this would be to check if the P to ar is
availible, and use it, if it is.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20654