This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
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 10:53:59 +0530
- Subject: Strange warning for program compiled with gcc 3.2.1
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