Re: pkg-config and versioning of static libraries

2004-01-05 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Friesenhahn wrote: | On Wed, 17 Dec 2003, Pavel Roskin wrote: | |>libhello-5.6.so is created in .libs, but libhello-5.6.a is not. Neither |>is it created during installation. |> |>The problem may be in pkg-config, but if so, I need very good argume

Re: pkg-config and versioning of static libraries

2003-12-17 Thread Bob Friesenhahn
On Wed, 17 Dec 2003, Pavel Roskin wrote: > > libhello-5.6.so is created in .libs, but libhello-5.6.a is not. Neither > is it created during installation. > > The problem may be in pkg-config, but if so, I need very good arguments > why libtool doesn't use versioning for static libraries. > > My qu

pkg-config and versioning of static libraries

2003-12-17 Thread Pavel Roskin
Hello! I've received a bugreport that GNU Midnight Commander cannot be compiled statically on Gentoo Linux. The fix is to replace "-lglib-2.0" with "-lglib" in the command line. Midnight Commander doesn't use libtool, but glib 2.x does. glib also used pkg-config. Following command is used to r