https://sourceware.org/bugzilla/show_bug.cgi?id=34362
Bug ID: 34362
Summary: When a default manifest is present: error: multiple
non-default manifests
Product: binutils
Version: 2.46.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: brecht at sanders dot org
Target Milestone: ---
In my recent release of GCC+binutils+MinGW-w64 for native Windows I started to
include a default manifest located at x86_64-w64-mingw32/lib/default-manifest.o
This is picked up nicely, however for projects specifying their own Windows
manifest the linker gives the following error:
.rsrc merge failure: multiple non-default manifests
See for example the issue reported at:
https://github.com/brechtsanders/winlibs_mingw/issues/299
I also had the issue myself building nasm from source.
Removing/renaming the file x86_64-w64-mingw32/lib/default-manifest.o works
around the problem.
However, the error "multiple non-default manifests" doesn't make sense, as
there is one default manifest, and one added specifically that should override
it.
--
You are receiving this mail because:
You are on the CC list for the bug.