From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7BA0D3952DAC; Mon, 25 Jan 2021 13:35:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7BA0D3952DAC From: "cbiesinger at google dot com" To: gdb-prs@sourceware.org Subject: =?UTF-8?B?W0J1ZyB3aW4zMi8yNzI0Ml0gTmV3OiBtdWx0aXBsZSBkZWZpbml0?= =?UTF-8?B?aW9uIG9mIGBVUCc7IC4uL3JlYWRsaW5lL3JlYWRsaW5lL2xpYnJlYWRsaW5l?= =?UTF-8?B?LmEodGVybWluYWwubyk6dGVybWluYWwuYzooLmJzcysweDk4KTogZmlyc3Qg?= =?UTF-8?B?ZGVmaW5lZCBoZXJl?= Date: Mon, 25 Jan 2021 13:35:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: win32 X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cbiesinger at google dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2021 13:35:08 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27242 Bug ID: 27242 Summary: multiple definition of `UP'; ../readline/readline/libreadline.a(terminal.o):termina l.c:(.bss+0x98): first defined here Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: win32 Assignee: unassigned at sourceware dot org Reporter: cbiesinger at google dot com Target Milestone: --- On mingw64, I get this link error: make[2]: Entering directory '/home/Christian/binutils-gdb/mingw-obj/gdb' CXXLD gdb.exe C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.1.0/../../../../x86_= 64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.1.0/../../../../lib/= libncursesw.a(lib_termcap.o):(.bss+0x8): multiple definition of `UP'; ../readline/readline/libreadline.a(terminal.o):terminal.c:(.bss+0x98): first defined here C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.1.0/../../../../x86_= 64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.1.0/../../../../lib/= libncursesw.a(lib_termcap.o):(.bss+0x0): multiple definition of `BC'; ../readline/readline/libreadline.a(terminal.o):terminal.c:(.bss+0xa0): first defined here C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.1.0/../../../../x86_= 64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.1.0/../../../../lib/= libncursesw.a(lib_tputs.o):(.bss+0x6): multiple definition of `PC'; ../readline/readline/libreadline.a(terminal.o):terminal.c:(.bss+0xa8): first defined here collect2.exe: error: ld returned 1 exit status make[2]: *** [Makefile:1881: gdb.exe] Error 1 $ gcc -v Using built-in specs. COLLECT_GCC=3DC:\msys64\mingw64\bin\gcc.exe COLLECT_LTO_WRAPPER=3DC:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/1= 0.1.0/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../gcc-10.1.0/configure --prefix=3D/mingw64 --with-local-prefix=3D/mingw64/local --build=3Dx86_64-w64-mingw32 --host=3Dx86_64-w64-mingw32 --target=3Dx86_64-w64-mingw32 --with-native-system-header-dir=3D/mingw64/x86_64-w64-mingw32/include --libexecdir=3D/mingw64/lib --enable-bootstrap --with-arch=3Dx86-64 --with-tune=3Dgeneric --enable-languages=3Dc,lto,c++,fortran,ada,objc,obj-c= ++ --enable-shared --enable-static --enable-libatomic --enable-threads=3Dposix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-filesystem-ts=3Dyes --enable-libstdcxx-time=3Dyes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-che= ck --enable-lto --enable-libgomp --disable-multilib --enable-checking=3Drelease --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --disable-plugin --with-libiconv --with-system-zlib --with-gmp=3D/mingw64 --with-mpfr=3D/mingw64 --with-mpc=3D/mingw64 --with-isl=3D/mingw64 --with-pkgversion=3D'Rev3, Built by MSYS2 project' --with-bugurl=3Dhttps://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 10.1.0 (Rev3, Built by MSYS2 project) $ ld -v GNU ld (GNU Binutils) 2.34 --=20 You are receiving this mail because: You are on the CC list for the bug.=