[PATCH] [RESPUN] Support versioned symbols better in GNU/Linux

2003-06-09 Thread Nix
[This is a resend of an earlier patch sent on 2003-02-01; one silly typo has been corrected and the patch has been respun against libtool-1.5. Otherwise, it is unchanged. I assume the earlier patch dropped completely out of sight and nobody noticed it, so I'm resending the explanatory text as

Re: What's up with subversions (w.r.t. libtool cvs)?

2003-06-09 Thread Albert Chin
On Mon, Jun 09, 2003 at 10:12:20AM -0400, Nicholas Wourms wrote: > Does anyone from GNU know what's up with {savannah|subversions}.gnu.org? > I've been unable to get ftp, www, and/or cvs connections since Friday, > but I can ping them without any issues. Has anyone else had similar > problems

What's up with subversions (w.r.t. libtool cvs)?

2003-06-09 Thread Nicholas Wourms
Hi, Does anyone from GNU know what's up with {savannah|subversions}.gnu.org? I've been unable to get ftp, www, and/or cvs connections since Friday, but I can ping them without any issues. Has anyone else had similar problems or is it just me? Cheers, Nicholas __

libtool cause rpm install failed on SuSE

2003-06-09 Thread Antonio Xu
Hello All, I met a problem of libtool when I doing rpm install on SuSE. The problem is, the target install directory /tmp/var/usr/lib is used to link other libraries, but at install time, libtool looks in ${pkglibdir} only, and not in $DESTDIR${pkglibdir also. I was using libtool-1.4.3 been