[AWS] building AWS as a static library

Tero Koskinen tero.koskinen at iki.fi
Mon Sep 22 21:07:52 CEST 2008


On Mon, 22 Sep 2008 20:55:39 +0200 Petr Holub wrote:
> Hi again,
> 
> is there any way to build AWS as a static library on Linux x86_64, 
> to be able to build static binaries based on AWS?

Depending on your AWS version, set SHARED or ENABLE_SHARED to false
from makefile.conf.


makefile.conf should have following section:
##############################################################################
# Set to true if the AWS shared runtime must be built. If ENABLE_SHARED is
# set to false on the static version is built. The default value is true if
# the platform supports shared libraries.
#
# ENABLE_SHARED = [true|false]
#
ENABLE_SHARED  = false


-- 
Tero Koskinen <tero.koskinen at iki.fi>


More information about the AWS mailing list