automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: invoke pkg-config with --static


From: Lorenzo Bettini
Subject: Re: invoke pkg-config with --static
Date: Sun, 17 May 2009 12:27:32 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

Ralf Wildenhues wrote:
Hi Lorenzo,

* Lorenzo Bettini wrote on Sun, May 17, 2009 at 09:07:16AM CEST:
Bob Friesenhahn wrote:
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)?

You can just use pkg-config --static all the time, unless
 ( disable_static && ( host_os == Linux || host_os == Solaris ) )

Works wonders! :-)


mhhh... so basically this means that it is better not to use Libs.private in the pkg-config file, and always have all the libraries dependences right?

:-)

Once Libtool has been fixed to allow specifying separate dependencies
for static and shared libs (it might have a special API for pkg-config
at that point), this can be revisited.

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.
but this cannot be done using the pkg-config autoconf macro, can it?

This is a question you might need to ask on the pkg-config list.

done, let's see what they say :-)

thanks
        Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134     (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net





reply via email to

[Prev in Thread] Current Thread [Next in Thread]