From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1144 invoked by alias); 11 May 2012 10:49:59 -0000 Received: (qmail 1133 invoked by uid 22791); 11 May 2012 10:49:57 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED,TW_LR X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 May 2012 10:49:39 +0000 From: "birender.singh at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/53297] Linker error on solaris 10 using gcc-4.4.4 64bit. Date: Fri, 11 May 2012 11:06:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: birender.singh at hotmail dot com X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-05/txt/msg01214.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53297 birender.singh at hotmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE | --- Comment #4 from birender.singh at hotmail dot com 2012-05-11 10:49:36 UTC --- Below error is not resolved, kindly provide the solution for the below error message, Do i need to build gcc-4.4.4 64 bit once again, --with-gnu-as and --without-gnu-ld while configure. . . ../prodStartLicTest/prodStartLicTest.h: In member function 'void prodStartLicTest::prodStartEnumTest(char*, const char*, int, SLIC_STATUS, int, int)': ../prodStartLicTest/prodStartLicTest.h:1692: warning: deprecated conversion from string constant to 'char*' ../../../nobuilds/bin/fipsld -m64 -o sparc_SunOS_64/release/SuiteMain sparc_SunOS_64/release/SuiteMain.o -L/els/install/staf64/lib -lSTAF ../../../nobuilds/key/sparc_SunOS_64/release/slic_devkey.o -L../../../nobuilds/lib/sparc_SunOS_64/release -lslic -lPoco -lopenssl -lm -lstdc++ ../SlicTestLib/sparc_SunOS_64/release/libSlicTest.a -lresolv -lrt -lc -ldl -lsocket -lnsl Undefined first referenced symbol in file std::basic_streambuf >::seekoff(long long, std::_Ios_Seekdir, std::_Ios_Openmode) ../../../nobuilds/lib/sparc_SunOS_64/release/libPoco.a(Base64Decoder.o) ld: fatal: Symbol referencing errors. No output written to sparc_SunOS_64/release/SuiteMain collect2: ld returned 1 exit status make[3]: *** [sparc_SunOS_64/release/SuiteMain] Error 1 make[3]: Leaving directory `/els/licensing/licensing_sdk/trunk/qa/SuiteMain' make[2]: *** [all] Error 2 make[2]: Leaving directory `/els/licensing/licensing_sdk/trunk/qa/SuiteMain' make[1]: *** [all_subdirs] Error 1 make[1]: Leaving directory `/els/licensing/licensing_sdk/trunk/qa' make: *** [all] Error 2 Is this error is due to -lstdc++ library. I have provided this in the command but still same error message received all the time. or this might be a bugg in lstdc++ for " Undefined first referenced symbol in file std::basic_streambuf >::seekoff(long long, std::_Ios_Seekdir, std::_Ios_Openmode) ../../../nobuilds/lib/sparc_SunOS_64/release/libPoco.a(Base64Decoder.o)"