From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: libgcj/2730: -d and --output-class-dir= fail to place the .o file in the output dir Date: Thu, 03 May 2001 10:46:00 -0000 Message-id: <20010503174602.18929.qmail@sourceware.cygnus.com> X-SW-Source: 2001-05/msg00109.html List-Id: The following reply was made to PR libgcj/2730; it has been noted by GNATS. From: Tom Tromey To: jddahl@micron.com Cc: gcc-gnats@gcc.gnu.org Subject: Re: libgcj/2730: -d and --output-class-dir= fail to place the .o file in the output dir Date: 03 May 2001 11:50:48 -0600 >>>>> "Jeff" == jddahl writes: Jeff> -d and --output-class-dir= don't put the .o file in specified Jeff> directory. The .o is placed in the current directory. These options only affect .class file output. That is, they only do something when you use the `-C' option. Jeff> Move the file yourself. Not very conducive to large projects Jeff> with many .o files in different directories. You can use the `-o' option to place the output file. I personally don't think we need to change this. However you might consider raising the issue on the java@gcc.gnu.org mailing list to see what others think. Tom