From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31793 invoked by alias); 28 Aug 2003 18:01:36 -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 31780 invoked from network); 28 Aug 2003 18:01:34 -0000 Received: from unknown (HELO maex04.netegrity.com) (12.110.146.23) by sources.redhat.com with SMTP; 28 Aug 2003 18:01:34 -0000 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 QA90WMTG; Thu, 28 Aug 2003 13:59:46 -0400 From: "Ajay Bansal" To: Subject: RE: Strange warning for program compiled with gcc 3.2.1 Date: Thu, 28 Aug 2003 18:01:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: X-SW-Source: 2003-08/txt/msg00297.txt.bz2 Message-ID: <20030828180100.iz6uD-xMwNX7jPy8Qsfrj0eslj8y2pNCDzOZ5SVvqIk@z> 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