This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/30607] gcj -I x -C doesn't include x as source dir search patch
- From: "mtrudel at gmx dot ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2007 10:12:15 -0000
- Subject: [Bug java/30607] gcj -I x -C doesn't include x as source dir search patch
- References: <bug-30607-3639@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from mtrudel at gmx dot ch 2007-01-27 10:12 -------
I can confirm that. However, I don't know if it's a bug or just luck that it
worked before. I think the correct command would be:
gcj -C -Ix x/a.java (no space between -I" and "x")
This way it works and I think (I'm absolutely not sure) this is the official
way.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30607