Re: [exim] Exim Installation Problem

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: John Burnham
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: 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