Re: Alternate SONAME values

2005-07-07 Thread Ralf Wildenhues
Hi Keith, * Keith Packard wrote on Fri, Jul 08, 2005 at 06:59:10AM CEST: > On Fri, 2005-07-08 at 09:24 +0530, Ganesan Rajagopal wrote: > > > But libXaw.so. is the default behaviour for libtool. Are you > > using -release instead of -version-info or -version-number? I think > > -version-number wi

Re: Alternate SONAME values

2005-07-07 Thread Russ Allbery
Ganesan Rajagopal <[EMAIL PROTECTED]> writes: > I didn't know this. But trying to make -version-info get the SONAME you > need is an abuse of libtool in any case. I think -version-number option > available in recent versions of libtool is perfect for this. When introducing libtool with a librarie

Re: Alternate SONAME values

2005-07-07 Thread Keith Packard
On Fri, 2005-07-08 at 09:24 +0530, Ganesan Rajagopal wrote: > But libXaw.so. is the default behaviour for libtool. Are you > using -release instead of -version-info or -version-number? I think > -version-number will give you exactly what you need. I want the SONAME to be libXaw.so.6, but the fil

Re: Alternate SONAME values

2005-07-07 Thread Ganesan Rajagopal
> "Albert" == Albert Chin <[EMAIL PROTECTED]> writes: > On Thu, Jul 07, 2005 at 03:53:17PM +0530, Ganesan Rajagopal wrote: >> > "Keith" == Keith Packard <[EMAIL PROTECTED]> writes: >> >> > There is another way to solve the problem; we can change the SONAME in >> > the versioned filename v

Re: Alternate SONAME values

2005-07-07 Thread Ganesan Rajagopal
> "Keith" == Keith Packard <[EMAIL PROTECTED]> writes: > On Thu, 2005-07-07 at 15:53 +0530, Ganesan Rajagopal wrote: >> > "Keith" == Keith Packard <[EMAIL PROTECTED]> writes: >> >> > There is another way to solve the problem; we can change the SONAME in >> > the versioned filename varient

Re: FYI: ksh bug on Tru64 UNIX causes current libtool failure

2005-07-07 Thread Tim Mooney
In regard to: Re: FYI: ksh bug on Tru64 UNIX causes current libtool...: * Ralf Wildenhues wrote on Wed, Jul 06, 2005 at 05:08:11AM CEST: This is a gentle reminder that this issue with Libtool HEAD/branch-2-0 on Tru64 sh is still unsolved. It'd be nice to get a solution into the next 2.0 relea

Automated response: Please confirm your message

2005-07-07 Thread lbf798b
E-mails sent to this address will not be acknowledged. If you are a client of Bromyard Internet Services please ring 01885 488079 for details about new e-mail access facilities. Thank you ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Alternate SONAME values

2005-07-07 Thread Keith Packard
On Thu, 2005-07-07 at 15:53 +0530, Ganesan Rajagopal wrote: > > "Keith" == Keith Packard <[EMAIL PROTECTED]> writes: > > > There is another way to solve the problem; we can change the SONAME in > > the versioned filename varients: > > > Version 6 Xaw -> libXaw6.so.6.0.1 SONAME=libXaw.so

Re: Alternate SONAME values

2005-07-07 Thread Albert Chin
On Thu, Jul 07, 2005 at 03:53:17PM +0530, Ganesan Rajagopal wrote: > > "Keith" == Keith Packard <[EMAIL PROTECTED]> writes: > > > There is another way to solve the problem; we can change the SONAME in > > the versioned filename varients: > > > Version 6 Xaw -> libXaw6.so.6.0.1 SONAME=li

Shape up for Summer fun!

2005-07-07 Thread Gavin Nixon
BasicallyStealing medsCompared to regular prices. JustLook forYourself: http://chimaefgjlk.powerinfoonline.info/?bdkxwwvychimzvpaefgjl ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: tracking a recursive macro

2005-07-07 Thread Patrick Welche
On Wed, Jul 06, 2005 at 09:41:41PM +0200, Ralf Wildenhues wrote: > Are you aware of the recent macro loop in CVS HEAD/branch-2-0 Libtool in > conjunction with special Autoconf versions? /me checks it isn't 1 April... nope > Which exact Autoconf/Automake/Libtool versions do you use (if CVS > vers

Ekstrem Malzemelerin Ortak Platformu

2005-07-07 Thread www.extshop.com
Title: www.ExtShop.com Değerli Müşterilerimiz; www.extshop.com sanal mağzamız alternatif ve ekstrem ürünleri tek bir platform altında toplamak amacı ile kurulmuştur.Distribütörü olduğumuz ürünler ile satışa başladık ve birçok

Re: Alternate SONAME values

2005-07-07 Thread Ganesan Rajagopal
> "Keith" == Keith Packard <[EMAIL PROTECTED]> writes: > There is another way to solve the problem; we can change the SONAME in > the versioned filename varients: > Version 6 Xaw -> libXaw6.so.6.0.1 SONAME=libXaw.so.6 > Version 7 Xaw -> libXaw7.so.7.0.0 SONAME=libXaw.so.7 > Version 8 Xaw -> l

Alternate SONAME values

2005-07-07 Thread Keith Packard
I'm building a weird set of libraries and would like libtool to help out a bit by providing some mechanism to modify the SONAME placed into the .so file. X has three versions of the Xaw library; version 6, 7 and 8 (cooresponding to the .so major version numbers, which are the same across all suppo