On Mon, Apr 13, 2015 at 10:16:16AM +0100, Robert Chalmers wrote: > So far I have this. > > make makefiles CCARGS='-DUSE_SASL_AUTH \ > -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ > > CCARGS="-DUSE_TLS -I/usr/local/include" AUXLIBS="-L/opt/local/lib -lssl > -lcrypto? \ > AUXLIBS="-L/usr/lib -lsasl2? ' > > > Which seems to be ok - however, upon the end of the build, I get this
It certainly does NOT look OK to me. The quoting is a mess, CCARGS and AUXLIBS are mentioned twice, the single and double quotes don't match up, ... What are you doing??? Try eliminating all the line breaks and "\" characters, one long line is better. Then post what you've used via a an ASCII mail client that does not use "smart quotes". -- Viktor.