On 2011-03-18 at 15:49 +0000, Ron White wrote: > I've compiled Exim a couple of times on Cent, and even Slackware and had > no problems that a few minutes with my friend 'Google' could not fix. > However, my Ubuntu build has thrown up an error I cannot get to the > bottom of. When I run make I get: "/usr/bin/ld: cannot find -lgds"
That's used for supporting the Interbase database. Are you actually intending to support that? If not, edit Local/Makefile and the LOOKUP_LIBS definition to remove the request (-lgds) to link against libgds. -Phil -- ## 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/
