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?Received on Wed Feb 23 2011 - 15:04:16 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:11 UTC