Earnie Boyd wrote:
This part won't work. It's possible we need a separate case for
A:style paths. Because the rest of the patch does:
+ add_dir="-L$inst_prefix_dir$libdir $add_dir"
E.g. prepend the inst_prefix. But A:/inst_prefix/A:/usr/lib is NOT a
valid path; for A:style path
Charles Wilson wrote:
Also, since this is probably an 'is_absolute' check, it should really be
[\\/]* | ?:[\\/]* ) (cfr the File System Conventions chapter in
the autoconf manual's portability section).
This part won't work. It's possible we need a separate case for A:style
paths. Becau
Tim Van Holder wrote:
On Thu, 2002-10-31 at 05:38, Charles Wilson wrote:
Charles Wilson wrote:
@@ -2243,6 +2254,14 @@
add="$dir/$linklib"
elif test "$hardcode_minus_L" = yes; then
add_dir="-L$dir"
+ # Try looking first in the location we're being installed to.
+ if test -n "$
On Thu, 2002-10-31 at 05:38, Charles Wilson wrote:
> Charles Wilson wrote:
> @@ -2243,6 +2254,14 @@
> add="$dir/$linklib"
> elif test "$hardcode_minus_L" = yes; then
> add_dir="-L$dir"
> + # Try looking first in the location we're being installed
Charles Wilson wrote:
A little digging in the debian bug archives (I'm not a debian user, so
this is all new to me...)
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=57087
reveals a reference that Ossama Othman (debian libtool maintainer)
submitted a similar patch on Jul 10 2002:
http://ma
Heh... just need the ltmain.sh part. Use filterdiff from patchutils:
zcat libtool_1.4.3-2.diff.gz | filterdiff -i \*ltmain.sh
Patch attached. It just patches ltmain.sh... I haven't looked to see if
there are other related fixes.
Notice also the "exit 1" vs "continue" when a relink fails... is
* Charles Wilson <[EMAIL PROTECTED]> [20021030 21:20]:
> David I. Lehn wrote:
>
> >Could someone -please- either let all of us know how to properly deal
> >with this relink issue or just apply the ltmain.sh patches in the latest
> >Debian libtool package to CVS? Or at least comment on how it shou
David I. Lehn wrote:
Could someone -please- either let all of us know how to properly deal
with this relink issue or just apply the ltmain.sh patches in the latest
Debian libtool package to CVS? Or at least comment on how it should be
modified if it's not acceptable. Thanks.
Grab the latest d
* Charles Wilson <[EMAIL PROTECTED]> [20021030 20:23]:
> >2. 'make install DESTDIR=' fails (or relinks to an old version of a
> >dependent lib) when the project contains dependent libraries.
> >
> >This bug affects all platforms.
>
> Demonstrates the problems with dependent shared libraries
> and
Geez, I have no idea what happened to the formatting of the preceding
message...
2. 'make install DESTDIR=' fails (or relinks to an old version of a
dependent lib) when the project contains dependent libraries.
This bug affects all platforms.
Demonstrates the problems with dependent shared
10 matches
Mail list logo