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