Alexey, Could it be a result of your changes that I'm not able to compile Jitrino with the following message: C:\users\af\h1\trunk\working_vm\make\vm\jitrino.xml:57: Command line is over maximum length without specifying source file
Thanks! On Feb 5, 2008 8:17 PM, Mark Hindess <[EMAIL PROTECTED]> wrote: > > On 5 February 2008 at 14:53, Mark Hindess <[EMAIL PROTECTED]> wrote: > > > > On 5 February 2008 at 19:42, "Alexey Varlamov" <[EMAIL PROTECTED]> > > wrote: > > > > > > BTW, currently we also have those icu4c binaries duplicated in > > > jdk/jre/bin and jdk/jre/bin/default - does classlib still needs them? > > > > Classlib doesn't need them. The IBM VME is hardcoded to load > > ICUInterface34 so that one is needed but it would be trivial to create a > > stub to keep the IBM VME happy[0]. > > > > [0] "gcc -shared -o /tmp/libICUInterface34.so /dev/null" would probably > > work though I've not tried it and I've no idea how to do the equivalent > > on windows. > > I've tried it now, doing: > > rm deploy/jdk/jre/bin/libicu* > rm deploy/jdk/jre/bin/libICUInterface34.so > gcc -shared -o deploy/jdk/jre/bin/libICUInterface34.so /dev/null > > and the IBM VME still runs okay. > > -Mark. > > > -- With best regards, Alexei, ESSD, Intel
