From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15086 invoked by alias); 5 Jul 2005 23:23:35 -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 15069 invoked by uid 22791); 5 Jul 2005 23:23:28 -0000 Received: from mail-out3.apple.com (HELO mail-out3.apple.com) (17.254.13.22) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 05 Jul 2005 23:23:28 +0000 Received: from mailgate1.apple.com (a17-128-100-225.apple.com [17.128.100.225]) by mail-out3.apple.com (8.12.11/8.12.11) with ESMTP id j65NNQmO014949 for ; Tue, 5 Jul 2005 16:23:26 -0700 (PDT) Received: from relay3.apple.com (relay3.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.3.17) with ESMTP id ; Tue, 5 Jul 2005 16:23:26 -0700 Received: from [17.201.24.155] (mrs.apple.com [17.201.24.155]) by relay3.apple.com (8.12.11/8.12.11) with ESMTP id j65NNNGM028884; Tue, 5 Jul 2005 16:23:24 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4F4D7EA3-1ADD-48DD-A9DA-B2020C8827AA@apple.com> Cc: "gcc-help@gcc.gnu.org" , "gcc@gnu.org" Content-Transfer-Encoding: 7bit From: Mike Stump Subject: Re: Compatibility between cxx and g++ Date: Tue, 05 Jul 2005 23:23:00 -0000 To: jgarvia@mixmail.com X-SW-Source: 2005-07/txt/msg00039.txt.bz2 On Jul 5, 2005, at 7:42 AM, Julio Garvia Honrado wrote: > I am trying to compile a C++ program (with cxx - Compaq compiler) > that uses a C++ shared library (compiled with g++), but several > 'unresolved' messages are reported. > > Is there any way to solve this incidence? Yes, have cxx ported to match g++'s abi, or recompile with g++.