Re: RFR: 8343186: hsdis build libopcodes and libbfd are not found [v2]

2024-10-30 Thread Matthias Baesken
On Tue, 29 Oct 2024 13:15:32 GMT, Matthias Baesken wrote: >> On SUSE with precompiled binutils this error occurs : >> >> configure: error: "/mydir/binutils-2.39-s15/lib64 must contain libbfd.a, >> libopcodes.a and libiberty.a" >> >> But the libs are present; the error message and detection is

Re: RFR: 8343186: hsdis build libopcodes and libbfd are not found [v2]

2024-10-29 Thread Erik Joelsson
On Tue, 29 Oct 2024 13:15:32 GMT, Matthias Baesken wrote: >> On SUSE with precompiled binutils this error occurs : >> >> configure: error: "/mydir/binutils-2.39-s15/lib64 must contain libbfd.a, >> libopcodes.a and libiberty.a" >> >> But the libs are present; the error message and detection is

Re: RFR: 8343186: hsdis build libopcodes and libbfd are not found [v2]

2024-10-29 Thread Julian Waters
On Tue, 29 Oct 2024 13:15:32 GMT, Matthias Baesken wrote: >> On SUSE with precompiled binutils this error occurs : >> >> configure: error: "/mydir/binutils-2.39-s15/lib64 must contain libbfd.a, >> libopcodes.a and libiberty.a" >> >> But the libs are present; the error message and detection is

Re: RFR: 8343186: hsdis build libopcodes and libbfd are not found [v2]

2024-10-29 Thread Aleksey Shipilev
On Tue, 29 Oct 2024 13:15:32 GMT, Matthias Baesken wrote: >> On SUSE with precompiled binutils this error occurs : >> >> configure: error: "/mydir/binutils-2.39-s15/lib64 must contain libbfd.a, >> libopcodes.a and libiberty.a" >> >> But the libs are present; the error message and detection is

Re: RFR: 8343186: hsdis build libopcodes and libbfd are not found [v2]

2024-10-29 Thread Magnus Ihse Bursie
On Tue, 29 Oct 2024 13:15:32 GMT, Matthias Baesken wrote: >> On SUSE with precompiled binutils this error occurs : >> >> configure: error: "/mydir/binutils-2.39-s15/lib64 must contain libbfd.a, >> libopcodes.a and libiberty.a" >> >> But the libs are present; the error message and detection is

Re: RFR: 8343186: Hsdis build libopcodes and libbfd are not found [v2]

2024-10-29 Thread Matthias Baesken
> On SUSE with precompiled binutils this error occurs : > > configure: error: "/mydir/binutils-2.39-s15/lib64 must contain libbfd.a, > libopcodes.a and libiberty.a" > > But the libs are present; the error message and detection is wrong. Matthias Baesken has updated the pull request incrementall