So I've been following all the directions on these: http://hub.opensolaris.org/bin/view/Project+onnv/ http://hub.opensolaris.org/bin/view/downloads/on http://hub.opensolaris.org/bin/view/Community+Group+on/install_quickstart
Here are the general steps that I took (not exactly, but these are the major commands): Installed latest non-developer version of opensolaris from the main website. Ran the following commands to update to developer version: sudo pfexec pkg set-publisher -O http://pkg.opensolaris.org/dev opensolaris.org sudo pfexec pkg install SUNWipkg sudo pfexec pkg image-update Installed Sun Studio 12u1 using the GUI based package manager Installed Mercurial using the GUI based package manager. Installed SUNWonbld using the GUI based package manager. Got ON source from mercurial: hg clone ssh://a...@hg.opensolaris.org/hg/onnv/onnv-gate Got closed source bins and unpacked as directed: wget http://dlc.sun.com/osol/on/downloads/nightly-bins/on-closed-bins-latest.`uname -p`.tar.bz2 Got signed crypto libs but did not unpack as I was instructed: wget http://dlc.sun.com/osol/on/downloads/nightly-crypto/on-crypto-latest.`uname -p`.tar.bz2 Copy /export/testws/usr/src/tools/env/opensolaris.sh to /export/testws/onnv-gate Changed the following variables in opensolaris.sh as follows: GATE=onnv-gate CODEMGR_WS="/export/home/jwdonal/testws/$GATE"; STAFFER=jwdonal ON_CRYPTO_BINS="$CODEMGR_WS/on-crypto-latest.$MACH.tar.bz2" VERSION="jwdonalversion" Added /opt/sunstudio12.1/bin and /opt/onbld/bin to your $PATH Added symlink from /opt/SUNWspro to /opt/sunstudio12.1 because the build was complaining that it couldn't find the sunstudio binaries in /opt/SUNWspro. Ran 'sudo nightly ./opensolaris.sh' Then I get all these GCC errors. So what steps am I missing? I thought I installed all the packages that I was instructed to install.... Am I using the wrong build instructions? Thanks for the help! :) Jonathon Message was edited by: jwdonal -- This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org