Thomas Keane wrote:
Just gave it a try with the --disable-shared option when I was running
the configure script. When I tried to run make check - it got further
but died with the following error:

for i in gnu/regexp/MessagesBundle_fr.properties
gnu/regexp/MessagesBundle.properties
gnu/java/locale/iso3166-a3.properties
gnu/java/locale/iso3166_de.properties gnu/java/locale/iso3166.properties
gnu/java/locale/iso639-a2-old.properties
gnu/java/locale/iso639-a3.properties
gnu/java/locale/iso639_de.properties
gnu/java/locale/iso639_fr.properties
gnu/java/locale/iso639_ga.properties gnu/java/locale/iso639.properties ;
do cp ./$i lib/$i ; done
cp: cannot create regular file
`lib/gnu/java/locale/iso3166-a3.properties': No such file or directory
cp: cannot create regular file
`lib/gnu/java/locale/iso3166_de.properties': No such file or directory
cp: cannot create regular file `lib/gnu/java/locale/iso3166.properties':
No such file or directory
cp: cannot create regular file
`lib/gnu/java/locale/iso639-a2-old.properties': No such file or
directory
cp: cannot create regular file
`lib/gnu/java/locale/iso639-a3.properties': No such file or directory
cp: cannot create regular file
`lib/gnu/java/locale/iso639_de.properties': No such file or directory
cp: cannot create regular file
`lib/gnu/java/locale/iso639_fr.properties': No such file or directory
cp: cannot create regular file
`lib/gnu/java/locale/iso639_ga.properties': No such file or directory
cp: cannot create regular file `lib/gnu/java/locale/iso639.properties':
No such file or directory
make[1]: *** [rt.jar] Error 1
make[1]: Leaving directory `/root/kaffe/libraries/javalib'
make: *** [check-recursive] Error 1

Hm, that's kind of weird. It works for me with a prebuilt rt.jar. When I


cd libraries/javalib; make compile-classes

everything compiles fine (although there is obviously something wrong with the timing values). The compiler creates the directories lib/gnu/java and lib/gnu/java/locale where the properties files are supposed to be stored. Could you

cd libraries/javalib; make clean && make

and report back if it works? If it doesn't could you post the error message, and if the lib/gnu/java/locale directory has been created?

cheers,
dalibor topic


_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to