On Tue, Sep 02, 2008 at 12:53:46PM -0700, Ed McKnight wrote: > Sorry for basic question; did browse a few months worth of archives (a > global index would help;) rtfm pointers welcome... > > I'm running into > /usr/ucb/cc: language optional software package not installed > > I see > http://www.opensolaris.org/os/project/pkg/devinfo/ > which talks about working around by 'cd modules; make gcc' but I get > "make: Fatal error: Don't know how to make target `gcc'"
Hm. That won't work anymore, since we're using distutils to build. You should make sure either that gcc is installed, and /usr/gnu/bin is before /usr/ucb in your $PATH, or that the Studio compilers are installed, and /opt/SUNWspro/bin is in your $PATH before /usr/ucb. Perhaps we should just axe /usr/ucb/cc completely. I don't think there's been any point in keeping it for what, decades? PSARC/2005/425 is in waiting need spec; I'm not sure what issue convinced Darren to put it there. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
