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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message