Mailing List Archive

solaris compilation problem tracked down
Turns out I was using /usr/ucb/cc, the BSD-compatibility compiler, which
is formally considered a No-No according to Cliff here. So, Apache
should compile fine in Solaris using the stock C compiler or the SunPro
compiler, and there's no need for a warning label or patch to correct
this. phew...

Brian

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com brian@hyperreal.com http://www.[hyperreal,organic].com/
Re: solaris compilation problem tracked down [ In reply to ]
On Mon, 27 Nov 1995, Brian Behlendorf wrote:

>
> Turns out I was using /usr/ucb/cc, the BSD-compatibility compiler, which
> is formally considered a No-No according to Cliff here. So, Apache
> should compile fine in Solaris using the stock C compiler or the SunPro
> compiler, and there's no need for a warning label or patch to correct
> this. phew...

Actually there is no stock compiler, but GCC and the sunpro one
work fine. It's that bastardized cc in /usr/ucb/cc that gives
the problems.

>
> Brian
>
> --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
> brian@organic.com brian@hyperreal.com http://www.[hyperreal,organic].com/
>
>