[Bug c++/38547] New: duplicate symbols with g++
tammer at tammer dot net
gcc-bugzilla@gcc.gnu.org
Wed Dec 17 07:30:00 GMT 2008
Hello,
I get the following duplicate symbols with g++ on AIX.
g++ (GCC) 4.2.4
g++ hello.cpp -o hello (hello.cpp is just a cout hello world...)
ld: 0711-224 WARNING: Duplicate symbol: .__divdi3
ld: 0711-224 WARNING: Duplicate symbol: .__moddi3
ld: 0711-224 WARNING: Duplicate symbol: .__udivdi3
ld: 0711-224 WARNING: Duplicate symbol: .__umoddi3
ld: 0711-224 WARNING: Duplicate symbol: .__udivmoddi4
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
I will upload a log with a more detailed error description.
Bye
Rainer Tammer
--
Summary: duplicate symbols with g++
Product: gcc
Version: 4.2.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tammer at tammer dot net
GCC build triplet: powerpc-ibm-aix5.3.0.0
GCC host triplet: powerpc-ibm-aix5.3.0.0
GCC target triplet: powerpc-ibm-aix5.3.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547
More information about the Gcc-bugs
mailing list