On 8/31/07, peter green <[EMAIL PROTECTED]> wrote: [...] > However even with those things fixed it still doesn't build > for me, in a 64 bit chroot on a 64 bit box and a 32 bit chroot > on a 32 bit box I get the following errors > > find rt -name '*.java' | sort > rt-source-files.txt > nowarn -g -d lib/rt -bootclasspath '' -source 1.6 \ > -sourcepath > rt:openjdk/j2se/src/share/classes:openjdk/j2se/src/solaris > /classes:generated:jce \ > @rt-source-files.txt > make[1]: nowarn: Command not found [...] > any ideas how to solve theese issues?
nowarn is not a command I know to compile java sources ;-) An envirronment variable has been badly configured, it shoud be something like: java -nowarn ... -- Arnaud Vandyck -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]