> Pass --disable-shared to AC_CONFIG_SUBDIRS.
Gary, like Bert says there isn't a way to pass flags to
AC_CONFIG_SUBDIRS.
> use project_CFLAGS="-Wl,-no_shared" and project_LDFLAGS="-static -
> no_shared"
Victor, I don't believe that works with external subprojects such a
portability libraries tha
On Mon, Jan 20, 2014 at 8:06 AM, Gary V. Vaughan wrote:
>
>> On Jan 20, 2014, at 3:52 PM, Steven Stewart-Gallus
>> wrote:
>>
>> I know I can use LT_INIT([static]) to build libraries in my project
>> statically
>> (by default) but how can I make subprojects build statically?
>
> Pass --disable-s
use project_CFLAGS="-Wl,-no_shared" and project_LDFLAGS="-static -no_shared"
2014/1/20 Steven Stewart-Gallus
> I know I can use LT_INIT([static]) to build libraries in my project
> statically
> (by default) but how can I make subprojects build statically?
>
> ___
> On Jan 20, 2014, at 3:52 PM, Steven Stewart-Gallus
> wrote:
>
> I know I can use LT_INIT([static]) to build libraries in my project statically
> (by default) but how can I make subprojects build statically?
Pass --disable-shared to AC_CONFIG_SUBDIRS.
http://www.gnu.org/s/autoconf/manual/aut