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

--- Comment #14 from Toolybird <toolybird at tuta dot io> ---
Figured it out! (i.e. You were right)

The relink happens to link against a system installed copy of libiberty.a
residing in /usr/lib instead of the one in the build tree. If I remove
/usr/lib/libiberty.a before `make install' then all is well.

Part of the problem is -L/usr/lib appears earliest in the libtool generated
relink command.

Arch installs libiberty.a as part of GCC (for reasons I haven't researched
yet).

Now, as to what a proper fix looks like... Dunno.

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

Reply via email to