[I've cc'ed opensolaris-code, which is more geared towards questions about building the code, while opensolaris-help is more for help on using the software.]
Jonathon wrote: > I am getting the following error after approx 1hr 20min of compilation: > > cw: error: couldn't run /usr/sfw/bin/gcc (No such file or directory) > > I'm confused because I was following instruction on how to build the opensol > OS with the Sun Studio tools and not GCC (which is the preferred method). So > why is it looking for gcc? I don't have GCC installed which is why it isn't > finding it but I don't understand why it's looking for it in the first > place...??? The default build makes sure everything can be built with both Studio cc & gcc so that developers make sure their changes can be built by people with either one, and so that both sets of code analzyers are searching for potential bugs, since the two compilers find different types of issues. This should be documented in the developer reference under shadow compilers, and gcc should be installed when you installed the developer/opensolaris/osnet cluster that ensures you have all the packages required to build. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Platform Engineering: X Window System _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org