From owner-freebsd-current Thu May 17 2:18:27 2001 Delivered-To: freebsd-current@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id E2A8E37B424 for ; Thu, 17 May 2001 02:18:23 -0700 (PDT) (envelope-from sheldonh@uunet.co.za) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 150JvI-0003SN-00; Thu, 17 May 2001 11:18:20 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id LAA21074; Thu, 17 May 2001 11:18:19 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 20762; Thu May 17 11:17:10 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.22 #1) id 150JuA-000DOi-00; Thu, 17 May 2001 11:17:10 +0200 To: Michael Harnois Cc: freebsd-current@freebsd.org Subject: Re: world broken yet again In-reply-to: Your message of "16 May 2001 20:47:05 EST." <86vgn0px0m.fsf@mharnois.workgroup.net> Date: Thu, 17 May 2001 11:17:10 +0200 Message-ID: <51503.990091030@axl.fw.uunet.co.za> From: Sheldon Hearn Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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