From dev-return-13615-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Jan 17 18:06:33 2005 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 52303 invoked from network); 17 Jan 2005 18:06:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Jan 2005 18:06:33 -0000 Received: (qmail 90688 invoked by uid 500); 17 Jan 2005 18:06:31 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 90650 invoked by uid 500); 17 Jan 2005 18:06:31 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 90633 invoked by uid 99); 17 Jan 2005 18:06:30 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from scotch.ics.uci.edu (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 17 Jan 2005 10:06:30 -0800 Received: from scotch.ics.uci.edu (localhost [127.0.0.1]) by scotch.ics.uci.edu (8.12.11/8.12.11) with ESMTP id j0HI6BRS010290 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 17 Jan 2005 10:06:11 -0800 (PST) Received: (from jerenk@localhost) by scotch.ics.uci.edu (8.12.6/8.12.6/Submit) id j0HI6BBn010289; Mon, 17 Jan 2005 10:06:11 -0800 (PST) X-Authentication-Warning: scotch.ics.uci.edu: jerenk set sender to justin@erenkrantz.com using -f Date: Mon, 17 Jan 2005 10:06:11 -0800 From: Justin Erenkrantz To: Graham Leggett Cc: Joe Orton , dev@apr.apache.org Subject: Re: Looking for HOWTO: Linking to APR Message-ID: <20050117180611.GR12871@scotch.ics.uci.edu> Mail-Followup-To: Justin Erenkrantz , Graham Leggett , Joe Orton , dev@apr.apache.org References: <39262.196.8.104.27.1105968289.squirrel@www.sharp.fm> <20050117133537.GB4533@redhat.com> <47364.196.8.104.27.1105973519.squirrel@www.sharp.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47364.196.8.104.27.1105973519.squirrel@www.sharp.fm> User-Agent: Mutt/1.5.6i X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0-r105955 X-Spam-Checker-Version: SpamAssassin 3.1.0-r105955 (2004-11-20) on scotch.ics.uci.edu X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Mon, Jan 17, 2005 at 04:51:59PM +0200, Graham Leggett wrote: > Joe Orton said: > > > Yes, most of the time CC mismatches won't matter, but sometimes they are > > critical, say when APR is built with "gcc -m64" - it depends. > > On platforms like Solaris where there isn't a dominant compiler, the CC > mismatch becomes a showstopper. No, it's not. Forte can link against C libraries built with gcc and vice versa. It's C++ libraries that causes a problem. -- justin