Re: [exim] Exim Installation Problem

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: John Burnham
Dátum:  
Címzett: exim-users
Tárgy: Re: [exim] Exim Installation Problem
> I am having a problem trying to build exim from source. So
> far I have done
> everything correct but when it comes to building the exim,
> that's where the
> problem starts. When I run "make" I am getting the following
> error messages:
>
>
>
> >>> rebuilt Makefile unchanged
>
>
>
> make[1]: Entering directory '/usr/exim/exim-4.68/build-Linux-i386'
>
> gcc buildconfig.c
>
> make[1]: gcc: Command not found
>


****Big clue here !!!****

This means that you either don't have gcc installed or that it is not in the path of the
user trying to run the make.

John