https://sourceware.org/bugzilla/show_bug.cgi?id=27888
Bug ID: 27888 Summary: fix link of gas with zlib by libtool 2.4.6 Product: binutils Version: 2.35.2 Status: NEW Severity: minor Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: nicolas at debian dot org Target Milestone: --- Created attachment 13460 --> https://sourceware.org/bugzilla/attachment.cgi?id=13460&action=edit patch always passing -lz and only removing -L with-system-lib When running autoreconf -f -i with libtool 2.4.6, then configuring with --with-system-zlib, the linker fails to find the deflate symbol for gas. For the record, -f works without -i. The attached patch copies the solution used by {bfd,binutils}/Makefile.am. -- You are receiving this mail because: You are on the CC list for the bug.