https://sourceware.org/bugzilla/show_bug.cgi?id=31527
Simon Cook <simon.cook at embecosm dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |simon.cook at embecosm dot com
--- Comment #6 from Simon Cook <simon.cook at embecosm dot com> ---
With the addition of this patch I haven't been able to build gas (at least on
Windows with the tools the msys2 project provides) due to:
bfdio.c:(.text+0x169): undefined reference to `__imp_PathIsNetworkPathA'
I can work around this by setting LIBS to "-lshlwapi" based on the
documentation for that function at
https://learn.microsoft.com/en-us/windows/win32/api/shlwapi/nf-shlwapi-pathisnetworkpatha#requirements
but this seems non-ideal. Zhiqing, were you specifying any variables when
building with this change? (checking this isn't an issue just with my local
configuration)
As an aside, I think this might be a duplicate of Bug 29531, at the very least
I was working on a fix for this and the attached patch looks very similar to
what I had locally.
--
You are receiving this mail because:
You are on the CC list for the bug.