This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/9532] jar -C flag is incompatible with Sun's (fastjar uses nonportable feature of getcwd)
- From: "dj at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2003 23:30:13 -0000
- Subject: [Bug java/9532] jar -C flag is incompatible with Sun's (fastjar uses nonportable feature of getcwd)
- References: <20030201043600.9532.jim.balter@cw.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9532
------- Additional Comments From dj@redhat.com 2003-06-12 23:30 -------
Subject: Re: jar -C flag is incompatible with Sun's (fastjar uses nonportable feature of getcwd)
Libiberty's getcwd is only used if the OS does not offer getcwd at
all. If the OS offers a broken one, you get the OS's broken one.