bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/31611] New: bfd: bfdio using shlwapi (win32) functionality


From: pexu at sourceware dot mail.kapsi.fi
Subject: [Bug binutils/31611] New: bfd: bfdio using shlwapi (win32) functionality without linking
Date: Fri, 05 Apr 2024 11:26:52 +0000

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.


reply via email to

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