"suresh" <[EMAIL PROTECTED]> wrote:
>./compile qmail-local.c
>
>/usr/ucb/cc: language optional software package not installed
>
>*** Error code 1
>
>make: Fatal error: Command failed for target `qmail-local.o'
>
>Is the language software necassary(i got no such cd) or can i loda a
>different compiler and try
The message you're getting is telling you that you haven't installed
Sun's C compiler, which is an extra-cost, unbundled product. You can
either buy it and install it, or install a free compiler such as
GCC. If you install GCC, you'll need to modify conf-cc and conf-ld to
point to "gcc" instead of "cc".
-Dave