> Do you still have your old make.conf for comparison? Sure. Current make.conf: ``` CPUTYPE?=native CFLAGS+=-O2 -pipe CXXFLAGS+=-O2 -pipe ``` Old make.conf: ``` CC=/usr/bin/clang CXX=/usr/bin/clang++ CPP=/usr/bin/clang-cpp CPUTYPE?=native CFLAGS+=-O2 -pipe CXXFLAGS+=-O2 -pipe ``` Just re-checked link from one of my previous messages: > ... but I got same errors using system clang 3.4.1: > http://pastebin.com/raw/zz5UGsQV > I'm at r297373 currently. So I'm certain it was /usr/bin/clang and family. For the record previously I always did ` sudo rm -rf /usr/obj ` before ` sudo time make -j2 buildworld `. I use sudo for buildworld since /usr/src is read-only for regular users. > Also, what is your PATH environment variable set to? $ echo $PATH /home/eax/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/eax/bin $ sudo env | grep PATH Password: PATH=/home/eax/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/eax/bin -- Best regards, Aleksander Alekseev http://eax.me/Received on Tue Mar 29 2016 - 12:29:06 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:03 UTC