Re: I still do not know how to use -rpath with libtool+automake

2005-02-21 Thread Bruce Korb
On Monday 21 February 2005 04:08 am, Gary V. Vaughan wrote: > Hallo Bruce! > > Cc:ing automake list incase I need to be corrected here... > Automake generates the -rpath flags for libtool automagically, so you > shouldn't try to add your own. The key is in how the libraries are linked, > and whe

Re: Bug in libtoolize

2005-02-21 Thread Gary V. Vaughan
Peter O'Gorman wrote: > Hi Gary, Hallo! > I question that we can rely on tar being installed, although I have not > come across a system where it isn't. Please backport things to > branch-1-5, it is apparently the branch that never dies, no matter how > much we want it to. Good point. Maybe I s

Re: Bug in libtoolize

2005-02-21 Thread Gary V. Vaughan
Gary V. Vaughan wrote: > Peter O'Gorman wrote: > > I question that we can rely on tar being installed, although I have not > > come across a system where it isn't. > > Maybe I should add a --no-tar option to fallback to 'cp -p' > to cover that eventuality? I take it back. GCS allows us to rely on

Re: Bug in libtoolize

2005-02-21 Thread Peter O'Gorman
Gary V. Vaughan wrote: No, Please don't! I think using this idiom will work correctly everywhere (untested however!): ( cd $sourcedir && tar cf - filenames; ) | ( cd $destdir && tar xf -; ) I'll try and make a patch for branch-2-0 and HEAD today, and we can backport that to branch-1-5 if necessar

Re: Bug in libtoolize

2005-02-21 Thread Gary V. Vaughan
Hi Peter! Peter O'Gorman wrote: > Jeff Squyres wrote: > | If this is true, then even if -p is portable, it potentially won't solve > | the problem. :-\ > | > > While it may not solve the problem on all platforms, it is unlikely to > cause > harm and may fix some platforms. This just masks the r

What A Dramatic Difference!

2005-02-21 Thread davoli
Wow , wow , wow This is just unbeliebable! It is a patch, has same effect as traditional C|alis! Performance in love life will increase by 300-600% ! Don't hesitate to improve and impress http://rz3e23fzf.com/cs/?etechmedia Happy Valentines Day nkgweuhb vqspkx

Re: Bug in libtoolize

2005-02-21 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff Squyres wrote: | If this is true, then even if -p is portable, it potentially won't solve | the problem. :-\ | While it may not solve the problem on all platforms, it is unlikely to cause harm and may fix some platforms. I did some tests on my sys

Re: I still do not know how to use -rpath with libtool+automake

2005-02-21 Thread Gary V. Vaughan
Hallo Bruce! Cc:ing automake list incase I need to be corrected here... Bruce Korb wrote: I understand how to invoke > libtool to create a shell script wrapped executable that finds the right > library. I do not understand how to tell Automake to do the same thing. Automake generates the -rpath