[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: krb5-config and static vs shared
- To: Brian May <bam@snoopy.apana.org.au>
- Subject: Re: krb5-config and static vs shared
- From: Johan Danielsson <joda@pdc.kth.se>
- Date: Thu, 01 Dec 2005 15:40:58 +0100
- Cc: heimdal-discuss@sics.se
- In-Reply-To: <sa4br017quj.fsf@snoopy.microcomaustralia.com.au> (Brian May'smessage of "Thu, 01 Dec 2005 08:44:52 +1100")
- References: <tslzmnpvctr.fsf@cz.mit.edu> <tslr78yryv4.fsf@cz.mit.edu><sa4br017quj.fsf@snoopy.microcomaustralia.com.au>
- Sender: owner-heimdal-discuss@sics.se
- User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (berkeley-unix)
Brian May <bam@snoopy.apana.org.au> writes:
> What are pkg-config .pc files? Does heimdal come with any? Does it
> need to come with any?
They are similar to *-config, just wrapped up in the same program
(pkg-config). I thought about adding it, but it never happened --
should be easy though.
The problem with shared libraries is that there's really no way to
know how they work on a given system. Libtool tries to hide this, with
varying success. In this case, are shared library dependencies
supported or not?
/Johan