https://sourceware.org/bugzilla/show_bug.cgi?id=31611
Bug ID: 31611
Summary: bfd: bfdio using shlwapi (win32) functionality without
linking
Product: binutils
Version: 2.43 (HEAD)
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: pexu at sourceware dot mail.kapsi.fi
Target Milestone: ---
Hi.
As of PR 31527 solution _bfd_real_fopen now uses PathIsNetworkPathA, that is
part of the Windows Shell API shlwapi library. However, there is no matching
Automake entry (possibly LDADD), that would actually link against this library.
This omission will cause configuration troubles (e.g. during libctf) or
ultimately linking failure:
bfd/.libs/libbfd.a(bfdio.o):bfdio.c:(.text+<NNN>): undefined reference to
`__imp_PathIsNetworkPathA'.
--
You are receiving this mail because:
You are on the CC list for the bug.