emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#19221: closed ([PATCH] libtool: fix sys_lib_dlsear


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19221: closed ([PATCH] libtool: fix sys_lib_dlsearch_path_spec for ia64 HP-UX)
Date: Thu, 04 Dec 2014 16:28:02 +0000

Your message dated Thu, 4 Dec 2014 16:27:49 +0000
with message-id <address@hidden>
and subject line Re: bug#19221: [PATCH] libtool: fix sys_lib_dlsearch_path_spec 
for ia64 HP-UX
has caused the debbugs.gnu.org bug report #19221,
regarding [PATCH] libtool: fix sys_lib_dlsearch_path_spec for ia64 HP-UX
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19221: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19221
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] libtool: fix sys_lib_dlsearch_path_spec for ia64 HP-UX Date: Sun, 30 Nov 2014 08:55:16 +0900
A dynamic linker in ia64 HP-UX does not search directories
`/usr/local/lib/hpux32', `/usr/local/lib' and `/usr/local/lib/hpux64'
without RPATH and/or LD_LIBRARY_PATH.  So if a program is linked to a
library installed in them without DT_RPATH and/or LD_LIBRARY_PATH, the
dynamic linker can not find the library.

When a program is linked to a library installed in them, this change
makes Libtool set library path to DT_RPATH of the program.

Thanks,
Norihiro

Attachment: 0001-libtool-fix-sys_lib_dlsearch_path_spec-for-ia64-HP-U.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#19221: [PATCH] libtool: fix sys_lib_dlsearch_path_spec for ia64 HP-UX Date: Thu, 4 Dec 2014 16:27:49 +0000
On Nov 29, 2014, at 11:55 PM, Norihiro Tanaka <address@hidden> wrote:
> 
> A dynamic linker in ia64 HP-UX does not search directories
> `/usr/local/lib/hpux32', `/usr/local/lib' and `/usr/local/lib/hpux64'
> without RPATH and/or LD_LIBRARY_PATH.  So if a program is linked to a
> library installed in them without DT_RPATH and/or LD_LIBRARY_PATH, the
> dynamic linker can not find the library.
> 
> When a program is linked to a library installed in them, this change
> makes Libtool set library path to DT_RPATH of the program.

Thanks, applied.

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)


--- End Message ---

reply via email to

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