Date: Thu, 17 May 2001 11:17:10 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Michael Harnois <mdharnois@home.com> Cc: freebsd-current@freebsd.org Subject: Re: world broken yet again Message-ID: <51503.990091030@axl.fw.uunet.co.za> In-Reply-To: Your message of "16 May 2001 20:47:05 EST." <86vgn0px0m.fsf@mharnois.workgroup.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 16 May 2001 20:47:05 EST, Michael Harnois wrote: > cc -O2 -fno-strength-reduce -pipe -march=pentiumpro -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION -DSRA -I/usr/src/secure/lib/libtelnet/../../../crypto/telnet -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c -o pk.o You're not supposed to report errors with world and kernel if you're using non-standard optimizations. See /etc/defaults/make.conf: # CFLAGS controls the compiler settings used when compiling C code. # Note that optimization settings above -O (-O2, ...) are not recommended # or supported for compiling the world or the kernel - please revert any # nonstandard optimization settings to "-O" before submitting bug reports # to the developers. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51503.990091030>