From owner-freebsd-stable@FreeBSD.ORG Tue Feb 19 18:06:03 2013 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1794A164; Tue, 19 Feb 2013 18:06:03 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by mx1.freebsd.org (Postfix) with ESMTP id 5ACA1A86; Tue, 19 Feb 2013 18:06:02 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id 16so5760941wgi.27 for ; Tue, 19 Feb 2013 10:06:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=1gwEr1xgnBkl6I6dYYu4dI5HyAoIZr9mR/RjveCd/Pk=; b=QFtfhuGES1GOcOz4uUeeRaPFk9aqHvzOV9A/zJWCApbbtFB1YoAix7wgeOdZZ44jrM DkoKZDNNupARJ53CKCHo2Rf4ATA4LfCNdeejSarftwWnsfb8kYrSDfzZ3OT4sAsSwwZv N92rpfQtnMd62kuomZmp9ZiLuz9nrfHl04Q/rv1fHcoNpKS0Wrp27AmJqs7DcR3UNRxU G+4+e74hK1PjZUcLObPcPSkJUcsw5PAX4oM5ZkzNDsNJ8s5jHkDQCYzfgeCcOPHhqjGQ ncqGxgzhxtWEeTThN79ArYkZEdzuAWbO4loEis4ncakbqjI2+qFZCa++fHgopa+bGY+y E4eg== MIME-Version: 1.0 X-Received: by 10.180.93.234 with SMTP id cx10mr29278068wib.34.1361297140849; Tue, 19 Feb 2013 10:05:40 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.236.88 with HTTP; Tue, 19 Feb 2013 10:05:40 -0800 (PST) In-Reply-To: <5123BE8E.2080209@aldan.algebra.com> References: <511CED39.2010909@aldan.algebra.com> <51238AE9.20205@aldan.algebra.com> <5123ADEC.2040103@aldan.algebra.com> <5123BE8E.2080209@aldan.algebra.com> Date: Tue, 19 Feb 2013 10:05:40 -0800 X-Google-Sender-Auth: _kMIGCTMe5vQ7jH1l18bO6DsXpk Message-ID: Subject: Re: Why can't gcc-4.2.1 build usable libreoffice? From: Adrian Chadd To: "Mikhail T." Content-Type: text/plain; charset=ISO-8859-1 Cc: Chris Rees , stable@freebsd.org, office@freebsd.org, Chris Rees X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 18:06:03 -0000 .. I think the compiler people just use the port as compiled with the compiler that is known to work with it, and move on. :-) I re-read your original post. It's likely some queer corner case C++ or C++ library bug as shipped with the base system. Adrian