From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anthony Green" To: , Subject: Re: Failing to build with the core patch. Date: Thu, 06 Sep 2001 06:12:00 -0000 Message-id: <005501c136d6$26b0b260$5be6b4cd@cygnus.com> References: <200109060019.RAA11611@fencer.cygnus.com> <008701c13670$6179e4e0$5be6b4cd@cygnus.com> <15254.59735.89943.826401@fencer.cygnus.com> <004001c1368c$dda3b7a0$5be6b4cd@cygnus.com> <15255.10727.855837.512371@fencer.cygnus.com> X-SW-Source: 2001-09/msg00010.html Alex wrote: > OK. libgcj and your patch (and others) just built. It's a serious > patch (xerces build error) that I want to try on rhug. Yes, I'm > thinking about reviewing your compiler patch too. I forgot to mention something important... you should remove this part of my patch from lang_specific_driver... + while (*ptr) + { + if (*ptr == '.') + *ptr = '/'; + ptr++; + } This only impacts any files you built with "gcj -R", so there's no need to rebuild libgcj, and there are only 3 files in xerces like this... lib_org_apache_xerces_la_DEPENDENCIES = mprops.o mprops_fr.o mprops_ja.o Thanks! AG