This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Strange warning for program compiled with gcc 3.2.1
- From: "Ajay Bansal" <abansal at netegrity dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Thu, 28 Aug 2003 23:36:01 +0530
- Subject: RE: Strange warning for program compiled with gcc 3.2.1
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