* Ed McKnight <[EMAIL PROTECTED]> [2008-09-02 19:58]:
> 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

  You can install Sun's C compiler via "pfexec pkg install
  sunstudioexpress".

> 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'"
> 
> Pointers?

  The documentation appears to be out-of-date, now that we're using
  distutils; the src/modules Makefile has been deleted.  Python's pycc
  utility will hunt along your path to find either a "cc" or "gcc" to
  use; this utility is invoked as part of the build.

  - Stephen

-- 
[EMAIL PROTECTED]  http://blogs.sun.com/sch/
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to