This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/29954] New: Not able to Compile for SUN Solaris 10.0
- From: "sos at cal dot interrasystems dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Nov 2006 10:40:02 -0000
- Subject: [Bug c++/29954] New: Not able to Compile for SUN Solaris 10.0
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Hi
I am compiling gcc for SUN solaris10.0 with the following parameters:
--enable-languages=c,c++ --enable-shared
here is the following errors I found:
ld: fatal: relocation error: R_SPARC_DISP32: file
.libs/libstdc++.lax/libsupc++convenience.a/new_op.o: symbol <unknown>: offset
0xfccd14b5 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file
.libs/libstdc++.lax/libsupc++convenience.a/new_opnt.o: symbol <unknown>: offset
0xfccd14f1 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file
.libs/libstdc++.lax/libsupc++convenience.a/new_opv.o: symbol <unknown>: offset
0xfccd152d is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file
.libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol <unknown>: offset
0xfccd1809 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file
.libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol <unknown>: offset
0xfccd1829 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file
.libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol <unknown>: offset
0xfccd1849 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file
.libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol <unknown>: offset
0xfccd1869 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file
.libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol <unknown>: offset
0xfccd18a9 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file
.libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol <unknown>: offset
0xfccd18c9 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file
.libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol <unknown>: offset
0xfccd18e9 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file
.libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol <unknown>: offset
0xfccd1909 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file
.libs/libstdc++.lax/libsupc++convenience.a/vterminate.o: symbol <unknown>:
offset 0xfccd1945 is non-aligned
collect2: ld returned 1 exit status
make[3]: *** [libstdc++.la] Error 1
Waiting for your valuable suggestion.
Please feel free to mail me for any systems related information.
Regards,
Indranil
--
Summary: Not able to Compile for SUN Solaris 10.0
Product: gcc
Version: 4.0.2
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: sos at cal dot interrasystems dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29954