From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2911 invoked by alias); 13 Aug 2002 14:59:27 -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 2904 invoked from network); 13 Aug 2002 14:59:27 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 13 Aug 2002 14:59:27 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17ed8o-0008DT-00 for ; Tue, 13 Aug 2002 10:59:26 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17ed8i-0008Bj-00 for gcc-help@gnu.org; Tue, 13 Aug 2002 10:59:26 -0400 Received: from pali.cps.cmich.edu ([141.209.131.81]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ed8i-0008Aq-00 for gcc-help@gnu.org; Tue, 13 Aug 2002 10:59:20 -0400 Received: from localhost (ishwar@localhost) by pali.cps.cmich.edu (8.11.6/8.11.6) with ESMTP id g7DEtVU16419; Tue, 13 Aug 2002 10:55:32 -0400 Date: Tue, 13 Aug 2002 07:59:00 -0000 From: Ish Rattan To: Tom Browder cc: Subject: RE: Link Error In-Reply-To: <000001c242d6$c80e2540$cb01000a@srsez2mh0xn85s> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-1.6 required=5.0 tests=IN_REP_TO,NO_MX_FOR_FROM version=2.31 X-Spam-Level: X-SW-Source: 2002-08/txt/msg00108.txt.bz2 On Tue, 13 Aug 2002, Tom Browder wrote: > Very helpful! Any way to tell what shared libs and how to correct it? Install exactly the same gcc/g++ environment on both machines. OR Try static linking. -ishwar