On Sun, Jul 21, 2002 at 10:56:42PM -0400, Brian Hechinger wrote:
> 
> ok, here's what i needed to do.  first of all, set the following environmental
> variables:
> 
>   CC=/usr/bin/cc
>   CXX=/usr/bin/CC
>   CXXFLAGS='-LANG:std'
> 
> or for more optimization (what i used on my R10K Octane):
> 
>   CFLAGS='-O2 -OPT:Olimit=0 -mips4'
>   CXXFLAGS='-LANG:std -O2 -OPT:Olimit=0 -mips4'

ooops, skipped a step.  run ./configure

> the next step is to remove '-Wall -W -pedantic' from CXXFLAGS in src/Makefile
> and util/Makefile, unless someone knows how to get configure to not put those
> in there in the first place.

-brian
-- 
"I mean Twinkies are good but getting shot really hurts."
                                -- http://www.thisisatastyburger.com/ --

Reply via email to