[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: invoke pkg-config with --static
From: |
Bob Friesenhahn |
Subject: |
Re: invoke pkg-config with --static |
Date: |
Sat, 16 May 2009 19:04:53 -0500 (CDT) |
On Sat, 16 May 2009, Lorenzo Bettini wrote:
when ./configure is run with --disable-shared, is there a way to invoke the
pkg-config macro with --static (so that it does not select private libraries
in the .pc file)?
It seems that LT_INIT has been executed, the shell environment
variables enable_shared and enable_static are set to 'yes' if
shared and/or static libraries will be built. You can test these
environment variables to determine the parameter to pass to
pkg-config.
Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
- invoke pkg-config with --static, Lorenzo Bettini, 2009/05/16
- Re: invoke pkg-config with --static,
Bob Friesenhahn <=
- Re: invoke pkg-config with --static, Robert Collins, 2009/05/16
- Re: invoke pkg-config with --static, Lorenzo Bettini, 2009/05/17
- Re: invoke pkg-config with --static, Ralf Wildenhues, 2009/05/17
- Re: invoke pkg-config with --static, Lorenzo Bettini, 2009/05/17
- Re: invoke pkg-config with --static, Ralf Wildenhues, 2009/05/17
- Re: invoke pkg-config with --static, Lorenzo Bettini, 2009/05/17
- Re: invoke pkg-config with --static, Ralf Wildenhues, 2009/05/19
- Re: invoke pkg-config with --static, Lorenzo Bettini, 2009/05/22
- Re: invoke pkg-config with --static, Ralf Wildenhues, 2009/05/22