Boost logo

Boost :

Subject: Re: [boost] Build: Trying to get Boost.Build to see my OpenSSL onWindows
From: Peter Dimov (lists_at_[hidden])
Date: 2016-10-01 14:35:36


Vinnie Falco wrote:
> Here are my site-config.jam entries:
>
> lib ssl
> : # sources
> : # requirements
> <name>ssleay32MT
> : # default-build
> : # usage-requiremnets
> <include>$(OPENSSL_INCLUDE_DIR)
> ;
>
> lib crypto
> :
> :
> <name>$(OPENSSL_LIBRARIES)/VC/libeay32MT
> :
> :
> <include>$(OPENSSL_INCLUDE_DIR)
> ;

This looks like it should work, but <name> should probably be just
libeay32MT and $(OPENSSL_LIBRARIES)/VC probably needs to go into the usage
requirements as whatever property would do -L (<library-path>?)


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk