This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcj install glitch
- From: Mike Stump <mrs at apple dot com>
- To: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 17 Sep 2006 19:27:52 -0700
- Subject: Re: gcj install glitch
- References: <20060917132512.DC8BF110010@bromo.msbb.uc.edu>
On Sep 17, 2006, at 6:25 AM, Jack Howarth wrote:
I am seeing a problem with gcc trunk in the 'make install' when
java
support is built on Darwin PPC. The failure is...
make[7]: *** No rule to make target `org/w3c/dom/html2/
HTMLCollection.java/org/w3c/dom/html2/HTMLCollection.class', needed
by `lists/3c_dom.list'.
I see things like this all the time. My usual solution is to rm -rf
power* power*/ppc64 and rebuild the library. I which the java folks
could manage to make their build system svn update && make safe. Not
sure if what you're seeing now is the same as what I've seen in the
past.