From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31079 invoked by alias); 27 Jan 2007 10:12:16 -0000 Received: (qmail 31057 invoked by uid 48); 27 Jan 2007 10:12:15 -0000 Date: Sat, 27 Jan 2007 10:12:00 -0000 Message-ID: <20070127101215.31056.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/30607] gcj -I x -C doesn't include x as source dir search patch In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "mtrudel at gmx dot ch" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2007-q1/txt/msg00205.txt.bz2 ------- 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