From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9016 invoked by alias); 15 Sep 2003 16:41:37 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 9008 invoked from network); 15 Sep 2003 16:41:35 -0000 Received: from unknown (HELO maex20.netegrity.com) (12.104.65.105) by sources.redhat.com with SMTP; 15 Sep 2003 16:41:35 -0000 Received: from maex04.netegrity.com (MAEX04 [172.26.11.238]) by maex20.netegrity.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id SVLZ916F; Mon, 15 Sep 2003 09:39:52 -0700 Received: from mohsaswks15225 (172.25.135.180 [172.25.135.180]) by maex04.netegrity.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id SXPSLXSD; Mon, 15 Sep 2003 12:39:51 -0400 From: "Ajay Bansal" To: "'Ajay Bansal'" , Subject: RE: Strange warning for program compiled with gcc 3.2.1 Date: Mon, 15 Sep 2003 16:41:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2003-09/txt/msg00170.txt.bz2 Message-ID: <20030915164100.emeaXQyG1AZ3IkuqjLKysY2Pp9GmtQhUhUi2eYKDUo4@z> Nobody for this one.. :( -----Original Message----- From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On Behalf Of Ajay Bansal Sent: Thursday, August 28, 2003 11:36 PM To: gcc-help@gcc.gnu.org Hey guys... Please help me finding a quick and good solution for the same. -----Original Message----- From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On Behalf Of Ajay Bansal Sent: Thursday, August 28, 2003 10:54 AM To: gcc-help@gcc.gnu.org Hi All I am receiving the following warning when I run a program, which has been compiled with gcc 3.2.1 on Linux Advanced Server 2.1 /home/porting/abansal/lib/libstdc++.so.5: no version information available (required by /home/porting/abansal/lib/libbtunicode.so) /tmp/1224.tmp/program.exe: /home/porting/abansal/lib/libstdc++.so.5: no version information available (required by /home/porting/abansal/lib/libbtunicode.so) What could be it??? ---Ajay