>The usual quick&dirty way is to do a: >-- snip -- >$ mkdir test_sparc >$ cd test_sparc >$ svn checkout >svn://svn.genunix.org/on/branches/ksh93/gisburn/prototype004/usr >$ bzcat ~/download/on-closed-bins-b51.sparc.tar.bz2 | tar -xf - >$ cd .. ># make sure "opensolaris.sh" is there and points to "test_sparc" (see >http://www.opensolaris.org/os/project/ksh93-integration/downloads/2006-09-14/ >for a patch) >$ env - SHELL=$SHELL TERM=$TERM HOME=$HOME LOGNAME=$LOGNAME >DISPLAY=$DISPLAY LANG=C LC_ALL=C PAGER=less MANPATH=$MANPATH >/opt/onbld/bin/bldenv -d opensolaris.sh >$ cd test_sparc/usr/src >$ make setup 2>&1 | tee -a buildlog_setup.log >$ time nice dmake install 2>&1 | tee -a buildlog.log
Roland, Do you have the ON_CLOSED_BINS that matches with these sources? thanks, craig