From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14394 invoked by alias); 30 Nov 2007 09:10:26 -0000 Received: (qmail 14386 invoked by uid 22791); 30 Nov 2007 09:10:26 -0000 X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Nov 2007 09:10:20 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Iy1t2-0005gR-7S for gcc-help@gcc.gnu.org; Fri, 30 Nov 2007 01:10:16 -0800 Message-ID: <14042401.post@talk.nabble.com> Date: Fri, 30 Nov 2007 09:13:00 -0000 From: mahmoodn To: gcc-help@gcc.gnu.org Subject: libstdc++.so conflict MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nt_mahmood@yahoo.com X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg00434.txt.bz2 I get the following message when I want to install a library that use QT. I myself have no idea....!!:( Testing for QT (Unix (multi-threaded)) ... ********************************** ** ** ** Linking or execution failed ** ** =================== ** ** ** ** You will be shown a log now ... ** ** Please press to continue. ** ********************************** Linker call: -------------- /usr/bin/g++ -o ./tmp_test ./tmp_test.o -L/usr/lib/qt-3.3/lib -L/usr/lib/qt-3.3/lib -Wl,-R/usr/lib/qt-3.3/lib:/usr/lib/qt-3.3/lib -lqt-mt -lm Got the following error messages: --------------------------------- /usr/bin/ld: warning: libstdc++.so.6, needed by /usr/lib/qt-3.3/lib/libqt-mt.so, may conflict with libstdc++.so.5 /usr/lib/libstdc++.so.6: undefined reference to `_Unwind_GetIPInfo@GCC_4.2.0' collect2: ld returned 1 exit status What is wrong?? -- View this message in context: http://www.nabble.com/libstdc%2B%2B.so-conflict-tf4902138.html#a14042401 Sent from the gcc - Help mailing list archive at Nabble.com. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10606 invoked by alias); 30 Nov 2007 17:34:37 -0000 Received: (qmail 10595 invoked by uid 22791); 30 Nov 2007 17:34:37 -0000 X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Nov 2007 17:34:29 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Iy9kx-0003Mj-7y for gcc-help@gcc.gnu.org; Fri, 30 Nov 2007 09:34:27 -0800 Message-ID: <14042401.post@talk.nabble.com> Date: Fri, 30 Nov 2007 18:44:00 -0000 From: mahmoodn To: gcc-help@gcc.gnu.org Subject: libstdc++.so conflict MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nt_mahmood@yahoo.com X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg00453.txt.bz2 Message-ID: <20071130184400.J4-ksBV2tWJyhj4meVUe6z8z9vq3ub6LIYu7le4HyUk@z> I get the following message when I want to install a library that use QT. I myself have no idea....!!:( Testing for QT (Unix (multi-threaded)) ... ********************************** ** ** ** Linking or execution failed ** ** =================== ** ** ** ** You will be shown a log now ... ** ** Please press to continue. ** ********************************** Linker call: -------------- /usr/bin/g++ -o ./tmp_test ./tmp_test.o -L/usr/lib/qt-3.3/lib -L/usr/lib/qt-3.3/lib -Wl,-R/usr/lib/qt-3.3/lib:/usr/lib/qt-3.3/lib -lqt-mt -lm Got the following error messages: --------------------------------- /usr/bin/ld: warning: libstdc++.so.6, needed by /usr/lib/qt-3.3/lib/libqt-mt.so, may conflict with libstdc++.so.5 /usr/lib/libstdc++.so.6: undefined reference to `_Unwind_GetIPInfo@GCC_4.2.0' collect2: ld returned 1 exit status What is wrong with it??? -- View this message in context: http://www.nabble.com/libstdc%2B%2B.so-conflict-tf4902138.html#a14042401 Sent from the gcc - Help mailing list archive at Nabble.com.