Re: Doing it wrong: Building world with lang/clang-devel and lang/gcc49

2013-09-25 Thread Sean Bruno
On Tue, 2013-09-24 at 22:15 -0700, Sean Bruno wrote: On Sun, 2013-09-22 at 16:53 -0500, Brooks Davis wrote: On Sat, Sep 21, 2013 at 03:42:16PM +0400, Lev Serebryakov wrote: Hello, Sean. You wrote 20 2013 ??., 22:39:30: SB wow, that didn't work at all. :-)

Re: Doing it wrong: Building world with lang/clang-devel and lang/gcc49

2013-09-24 Thread Sean Bruno
On Sun, 2013-09-22 at 16:53 -0500, Brooks Davis wrote: On Sat, Sep 21, 2013 at 03:42:16PM +0400, Lev Serebryakov wrote: Hello, Sean. You wrote 20 2013 ??., 22:39:30: SB wow, that didn't work at all. :-) SB I set these in make.conf: SB CC=/usr/local/bin/clang

Re: Doing it wrong: Building world with lang/clang-devel

2013-09-22 Thread Brooks Davis
On Sat, Sep 21, 2013 at 03:42:16PM +0400, Lev Serebryakov wrote: Hello, Sean. You wrote 20 2013 ??., 22:39:30: SB wow, that didn't work at all. :-) SB I set these in make.conf: SB CC=/usr/local/bin/clang SB C++=/usr/local/bin/clang++ SB CPP=/usr/local/bin/clang++

Re: Doing it wrong: Building world with lang/clang-devel

2013-09-21 Thread Lev Serebryakov
Hello, Sean. You wrote 20 сентября 2013 г., 22:39:30: SB wow, that didn't work at all. :-) SB I set these in make.conf: SB CC=/usr/local/bin/clang SB C++=/usr/local/bin/clang++ SB CPP=/usr/local/bin/clang++ SB It exploded pretty badly: SB http://people.freebsd.org/~sbruno/doingitwrong.txt

Doing it wrong: Building world with lang/clang-devel

2013-09-20 Thread Sean Bruno
wow, that didn't work at all. :-) I set these in make.conf: CC=/usr/local/bin/clang C++=/usr/local/bin/clang++ CPP=/usr/local/bin/clang++ It exploded pretty badly: http://people.freebsd.org/~sbruno/doingitwrong.txt Any reason that this shouldn't work? $ pkg info |grep clang

Re: Doing it wrong: Building world with lang/clang-devel

2013-09-20 Thread Dimitry Andric
On Sep 20, 2013, at 20:39, Sean Bruno sean_br...@yahoo.com wrote: wow, that didn't work at all. :-) I set these in make.conf: CC=/usr/local/bin/clang C++=/usr/local/bin/clang++ CPP=/usr/local/bin/clang++ You should use XCC, XCXX and XCPP instead, as described here: