> 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 -- ## List details at http://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/
