bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24871: incorrect "cannot install XXX to a directory not ending in YY


From: Luke Shumaker
Subject: bug#24871: incorrect "cannot install XXX to a directory not ending in YYY"
Date: Tue, 29 Nov 2016 20:06:01 -0500
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/25.1 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO)

On Thu, 03 Nov 2016 20:47:25 -0400,
Luke Shumaker wrote:
> I have not tried using libtool build from git.

I have now verified that this issue is still present when built from
git.

However, I've also figured out that the issue goes away if the
trailing slash is removed from the `-rpath` in the link step.

        -libtool --tag=CC --mode=link cc -o libfail.la -rpath /tmp/lib/ fail.lo 
libpass.la
        +libtool --tag=CC --mode=link cc -o libfail.la -rpath /tmp/lib fail.lo 
libpass.la

-- 
Happy hacking,
~ Luke Shumaker





reply via email to

[Prev in Thread] Current Thread [Next in Thread]