On Mon, Apr 13, 2015 at 02:13:31PM +0000, Viktor Dukhovni wrote:
> 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".
>
I use:
make -f Makefile.init dynamicmaps=yes CCARGS='-DUSE_TLS -DHAS_PCRE
-I/opt/local/include' AUXLIBS='-L/opt/local/lib -lssl -lcrypto'
AUXLIBS_PCRE='-L/opt/local/lib -lpcre' makefiles
The reason for /opt/local/{include,lib} is that I use OpenSSL and
PCRE from macports rather than the base system.
--
Viktor.