bug-binutils
[Top][All Lists]
Advanced

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

[Bug libctf/25216] libctf doesn't respect a build configured with --with


From: nick.alcock at oracle dot com
Subject: [Bug libctf/25216] libctf doesn't respect a build configured with --with-system-zlib
Date: Fri, 13 Dec 2019 15:31:44 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=25216

Nick Alcock <nick.alcock at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING

--- Comment #2 from Nick Alcock <nick.alcock at oracle dot com> ---
This appears to work to me:
% ../configure --enable-shared --with-system-zlib && make -j 30
[... successful build ...]

% grep '^zlib' libctf/config.log
zlibdir=''
zlibinc=''


% ldd libctf/.libs/libctf.so.0
        linux-vdso.so.1 (0x00007ffe607f1000)
        libz.so.1 => /lib/libz.so.1 (0x00007fcefb674000)
        libbfd-2.33.50.20191213.so => not found
        libc.so.6 => /lib/libc.so.6 (0x00007fcefb2bb000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fcefbaa6000)

Could you provide more details? I'm sure I'm just missing some obscure edge
case where it is incorrectly building the source tree's zlib... or I fixed it
by accident while fixing some other related bugs in the libctf configury. (I'll
be pushing what I'm testing here fairly soon.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

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