From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27307 invoked by alias); 23 Nov 2006 10:40:23 -0000 Received: (qmail 27220 invoked by uid 48); 23 Nov 2006 10:40:02 -0000 Date: Thu, 23 Nov 2006 10:40:00 -0000 Subject: [Bug c++/29954] New: Not able to Compile for SUN Solaris 10.0 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sos at cal dot interrasystems dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-11/txt/msg02022.txt.bz2 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 : offset 0xfccd14b5 is non-aligned ld: fatal: relocation error: R_SPARC_DISP32: file .libs/libstdc++.lax/libsupc++convenience.a/new_opnt.o: symbol : offset 0xfccd14f1 is non-aligned ld: fatal: relocation error: R_SPARC_DISP32: file .libs/libstdc++.lax/libsupc++convenience.a/new_opv.o: symbol : offset 0xfccd152d is non-aligned ld: fatal: relocation error: R_SPARC_DISP32: file .libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol : offset 0xfccd1809 is non-aligned ld: fatal: relocation error: R_SPARC_DISP32: file .libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol : offset 0xfccd1829 is non-aligned ld: fatal: relocation error: R_SPARC_DISP32: file .libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol : offset 0xfccd1849 is non-aligned ld: fatal: relocation error: R_SPARC_DISP32: file .libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol : offset 0xfccd1869 is non-aligned ld: fatal: relocation error: R_SPARC_DISP32: file .libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol : offset 0xfccd18a9 is non-aligned ld: fatal: relocation error: R_SPARC_DISP32: file .libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol : offset 0xfccd18c9 is non-aligned ld: fatal: relocation error: R_SPARC_DISP32: file .libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol : offset 0xfccd18e9 is non-aligned ld: fatal: relocation error: R_SPARC_DISP32: file .libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol : offset 0xfccd1909 is non-aligned ld: fatal: relocation error: R_SPARC_DISP32: file .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o: symbol : 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