From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 14 19:10:50 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D1E8106564A for ; Wed, 14 Dec 2011 19:10:50 +0000 (UTC) (envelope-from mashtizadeh@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id EFADC8FC15 for ; Wed, 14 Dec 2011 19:10:49 +0000 (UTC) Received: by dakp5 with SMTP id p5so1235743dak.13 for ; Wed, 14 Dec 2011 11:10:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=aWxR9+FUrHTAFKznpImF7YX30f6jUANete+l384S8qg=; b=vydar6cgN9+jfbF+y/hKXug4qgkNx85cwYPDO9NN3ow22/NVc+mUtPHZ2IoZyoMxbi DRnNPazvV9H8D7uEsoaGKrted4nosoedCQaZhCiqTELipW68IrFWDivJyviPWcl4D16b vTzZNHW86gPlQksaeCvhioZmrAyVoPAMX9RQ8= MIME-Version: 1.0 Received: by 10.68.209.3 with SMTP id mi3mr4987203pbc.16.1323888267301; Wed, 14 Dec 2011 10:44:27 -0800 (PST) Received: by 10.68.64.132 with HTTP; Wed, 14 Dec 2011 10:44:27 -0800 (PST) Date: Wed, 14 Dec 2011 10:44:27 -0800 Message-ID: From: Ali Mashtizadeh To: FreeBSD Hackers Content-Type: text/plain; charset=UTF-8 Subject: Building ports with gcc46 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2011 19:10:50 -0000 Is there a way to build devel/protobuf with gcc46? Unfortunately I see a compatibility issue where the software I'm linking against it crashes because of the conflicting stdc++ librray versions. I've tried setting CC, CXX, LDFLAGS but I seem to be missing something else? Thanks, -- Ali Mashtizadeh