Date: Mon, 25 May 1998 14:41:59 +1000 From: Bruce Evans <bde@zeta.org.au> To: current@FreeBSD.ORG, eivind@yes.no Subject: Re: buildworld from read-only filesystem Message-ID: <199805250441.OAA29833@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>Now, building from readonly filesystems seems to work. I had only a
>single problem with my build - I got a few warnings from 'static'
>declarations in ctype.h, and these hit -Werror a few places in the
>tree.
>
>I don't know how to fix this, except for maybe disabling -Werror.
>Possibly builds from normal filesystems have this problem at the
>moment, too - I haven't tested.
The warning occurs for unused static inline functions if the sources
are compiled without optimization, except for functions in standard
headers ("standard" = under /usr/include or something like that),
except under alpha it apparently occurs even with optimization. Why
aren't you using the standard CFLAGS which have -O in them? :-)
Bruce
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?199805250441.OAA29833>
