You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brian Behlendorf <br...@organic.com> on 1995/11/27 23:35:16 UTC

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

Posted by Cliff Skolnick <cl...@organic.com>.

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/
> 
>