-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
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
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