This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Link Error
- From: "Tom Browder" <tom3 at fwb dot asi dot srs dot com>
- To: <gcc-help at gnu dot org>
- Date: Tue, 13 Aug 2002 09:00:39 -0500
- Subject: Link Error
I compile a program on host A (Linux, i386) with g++-3.1.1. I copy it
to machine B and attempt to execute it and get the following message:
makebar: /usr/local/lib/libstdc++.so.4: no version information available
required by makebar)
I recompile the same program on host B (Linux, i386) with g++-3.1.1 and
it works fine.
What is happening, please?
Thanks.
Tom Browder