From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24862 invoked by alias); 13 Aug 2002 13:54:58 -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 24852 invoked from network); 13 Aug 2002 13:54:57 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 13 Aug 2002 13:54:57 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17ec8P-0006AY-00 for ; Tue, 13 Aug 2002 09:54:57 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17ec8O-0001K7-00 for gcc-help@gnu.org; Tue, 13 Aug 2002 09:54:56 -0400 Received: from wsip68-15-218-82.at.at.cox.net ([68.15.218.82] helo=fwb.asi.srs.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ec8N-0001K1-00 for gcc-help@gnu.org; Tue, 13 Aug 2002 09:54:55 -0400 Received: from srsez2mh0xn85s [10.0.1.203] by fwb.asi.srs.com [10.0.1.1] with SMTP (MDaemon.v2.84.R) for ; Tue, 13 Aug 2002 08:56:46 -0500 From: "Tom Browder" To: Subject: Link Error Date: Tue, 13 Aug 2002 06:54:00 -0000 Message-ID: <000001c242d1$ce6be210$cb01000a@srsez2mh0xn85s> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-MDaemon-Deliver-To: gcc-help@gnu.org X-Return-Path: tom3@fwb.asi.srs.com X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.31 X-Spam-Level: X-SW-Source: 2002-08/txt/msg00105.txt.bz2 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