Re: tag inference broken?

2003-12-17 Thread Scott James Remnant
On Sun, 2003-12-07 at 23:18, Peter O'Gorman wrote: > Scott James Remnant wrote: > > | On Sat, 2003-12-06 at 15:14, Peter O'Gorman wrote: > |>Looks like it is simply infering too early in link mode. > |> > | > | Yeah, my last patch moved the code to before the rest of the argument > | parsing to m

Re: libtool audit

2003-12-17 Thread Scott James Remnant
On Wed, 2003-12-17 at 17:23, Gary V. Vaughan wrote: > Argh. I am beginning to resent the amount of admin I am doing in what would > otherwise be my hacking time :-( > > It's difficult, tedious and error prone. > By using my own subversion mirror which spanned the compromise, I've been able to m

BUSINESS ASSISTANCE.

2003-12-17 Thread MR . GEORGE HARRIS
INVESTMENT Reply only to this private email [EMAIL PROTECTED] ATTENTION: My proposal to you will be very surprising, as we have not had any Personal contact before. However, I sincerely seek your confidence in this Transaction, which I propose to you as a person of transparency, honesty and high

libtool audit

2003-12-17 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Friesenhahn wrote: | If the date that savannah was compromised is well known, then it seems | that examining CVS diffs since that date is the best approach. | Unfortunately, it is very easy to compromise shell code in ways which | are not obvious.

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