On 2019-11-04 18:13, Odhiambo Washington wrote: > True, I do not have gcc installed anywhere. FreeBSD uses clang and that is > referenced from /etc/make.conf: > CC=clang > CXX=clang++ > CPP=clang-cpp
If the Makefile itself has a setting for CC, the Makefile value will take precedence over /etc/make.conf. And I believe the exim build system does set CC in one of the Makefiles. So the solution is as Jeremy says - add your own setting in Local/Makefile. -- Please don't Cc: me privately on mailing lists and Usenet, if you also post the followup to the list or newsgroup. To reply privately _only_ on Usenet and on broken lists which rewrite From, fetch the TXT record for no-use.mooo.com. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
