On Wed, 22 Oct 2003, Vladimir B. Grebenschikov wrote: > > While build kernel on RELENG_4 machine I have following warnings (they > prevent success build unless -Werror disabled)
Is there some reason you're trying to compile RELENG_4 with gcc 3.3, which won't work? > /ext/current/src# make -j8 buildkernel > ... > /ext/current/src/sys/kern/kern_descrip.c:1914: warning: inlining failed > in call to `_fgetvp' > makeoptions CONF_CFLAGS="-O3 -mcpu=pentiumpro" This is an unsupported option. Do not compile the kernel with any optimization beyond -O. This might be the other reason why you are getting these inlining warnings. gcc -v? -- Doug White | FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"