Re: [exim] Major confusing with manual compile of Exim

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Major confusing with manual compile of Exim
On 04/11/2019 15:13, Odhiambo Washington via Exim-users wrote:
> On Mon, 4 Nov 2019 at 14:21, Jeremy Harris via Exim-users <
> exim-users@???> wrote:
>
>> On 04/11/2019 10:43, Odhiambo Washington via Exim-users wrote:
>>> root@gw:/usr/local/SRC/Exim/exim-4.92 # pwd
>>> /usr/local/SRC/Exim/exim-4.92
>>>
>>> root@gw:/usr/local/SRC/Exim/exim-4.92 # make
>>> /bin/sh scripts/source_checks
>>> `Makefile' is up to date.
>>>
>>>>>> version 4.92 #22
>>
>>> gcc buildconfig.c
>>> make[1]: exec(gcc) failed (No such file or directory)
>>> *** Error code 1
>>
>>> Why??
>>
>> You don't have gcc installed, or not in your $PATH ?
>>
>
> True, I do not have gcc installed anywhere. FreeBSD uses clang


Then, as documented in EDITME, you should set CC=clang in your
Local/Makefile.

--
Cheers,
Jeremy