[Lustre-discuss] Lustre 1.8.2 compilation on Debian Lenny
    Johann Lombardi 
    johann at sun.com
       
    Wed Mar 10 13:36:51 PST 2010
    
    
  
On Wed, Mar 10, 2010 at 04:22:47PM -0500, Dot Yet wrote:
> Is there some way to convert -Werror to -Wall and see if that helps? I
> tried putting it as CFLAG in the configure command, but that did not
> work.
You can comment out the following code from lustre/autoconf/lustre-core.m4:
if test $target_cpu == "i686" -o $target_cpu == "x86_64"; then
	CFLAGS="$CFLAGS -Werror"
fi
and rerun autogen.sh.
Johann
    
    
More information about the lustre-discuss
mailing list