View Single Post
  #2   (View Single Post)  
Old 6th April 2017
jb_daefo jb_daefo is offline
Spam Deminer
 
Join Date: May 2008
Posts: 303
Default

How is Culpeper? if I've spelt that right.

To more directly answer your question,

#/bin/sh


export CC=/usr/local/bin/clang39
export CXX=/usr/local/bin/clang++39
export CPP=/usr/local/bin/clang-cpp

IF you can prepend the make with those lines and have that
port installed, it may work for you in some instances. 'export' may
have to be adjusted per your shell.

Maybe other solutions.

All I have time for this morning, sorry! Also sometimes affected
by your Q. for which I have no answer except, usually. Does a
reboot help?
__________________
FreeBSD 13-STABLE
Reply With Quote