Hallo Helmer, --- Helmer Kr�mer <[EMAIL PROTECTED]> wrote: > On Thu, 12 Jun 2003 11:05:59 -0700 (PDT) > Dalibor Topic <[EMAIL PROTECTED]> wrote: > > Hi, > > > --- Kiyo Inaba <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > As I previously reported, there are two problems for this target made by > > > cross-compiling, but the result is '2 of 136 tests failed'. > > > The failed tests are 'DosTimeVerify.java' and 'ZipTest.java', and skipped > one > > > is 'NetworkInterfaceTest.java'. Failed two tests are actually caused by > > > the lack of 'libz' and I think they shall be treated as 'FAIL' rather > > > than 'FAIL'. > > > > > > Two workaround needed is > > > 1) Modify path for SHELL in test/regression/Makefile, if your shell is > > > in different directories between build and target environment. > > > 2) Include 'kjc.jar' in BOOTCLASSPATH environment variable, before > > > invoking 'make check' in test/regression. > > > > Could you produce a patch for the second item? I'm not sure where to put it > in > > TestScript.in or Makefile.am ;) > > it's already there, isn't it? The Makefile parses > $(top_builddir)/BUILD_ENVIRONMENT to get the correct > values for BOOTCLASSPATH and CLASSPATH, sets them > and executes the TestScript afterwards. You only get > a problem when you don't have the BUILD_ENVIRONMENT > script or when this script contains the wrong paths > (i.e. because you copied the whole build directory > to the target so that the paths in BUILD_ENVIRONMENT > are no longer correct).
You're right. It should be documented in FAQ.cross-compilation. Could you put it in? cheers, dalibor topic __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
