This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/17290] Wrong Java dependencies are generated
- From: "mckinlay at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Sep 2004 17:38:41 -0000
- Subject: [Bug java/17290] Wrong Java dependencies are generated
- References: <20040902162732.17290.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mckinlay at redhat dot com 2004-09-02 17:38 -------
GCJ should never look at the installed directory when running from the build tree.
I think the problem is that there are install directories being passed to gcj as
a -B argument:
[hjl@gnu-64 libjava]$ /export/build/gnu/gcc/build-x86_64-linux/gcc/gcj
-B/export/build/gnu/gcc/build-x86_64-linux/gcc/
-B/usr/gcc-3.5/x86_64-unknown-linux-gnu/bin/
-B/usr/gcc-3.5/x86_64-unknown-linux-gnu/lib/
^^^^
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17290