On 2011-02-23 14:22, datastream datastream.freecity wrote:
I deleted all files in /usr/src and /usr/obj. it changes nothing, i still get same error.In /etc/make.conf: .if !defined(CC) || ${CC} == "cc" CC=clang .endif .if !defined(CXX) || ${CXX} == "c++" CXX=clang++ .endif # Don't die on warnings NO_WERROR= WERROR= STRIP= CFLAGS+=-fno-omit-frame-pointer
I just did a full buildworld and buildkernel with exactly these settings (deleted src.conf), and it worked fine. Is there any more information you can supply? E.g. which exact revision of the tree are you trying to build, which version of clang are you using, version of binutils, or any other non-default environment settings? _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
