> Hello, > I have the next error : > > No Rule to make target 'lookups/lookups.a' > > > What is the possible cause ??
You built Exim once, then enabled new lookup types in Local/Makefile, but didn't clean the build tree before you ran 'make' again. >I read in Google and is no solution. The > solution is compile other version... You know ?? No, that's not the solution. make clean rm -r build-* make should fix it. Peter -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
