From owner-freebsd-arm@FreeBSD.ORG Sun Apr 21 18:11:15 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 76C6BC27 for ; Sun, 21 Apr 2013 18:11:15 +0000 (UTC) (envelope-from sef@kithrup.com) Received: from kithrup.com (Kithrup.COM [64.142.31.202]) by mx1.freebsd.org (Postfix) with ESMTP id 4A4EF1C4C for ; Sun, 21 Apr 2013 18:11:15 +0000 (UTC) Received: from kithrup.com (localhost [127.0.0.1]) by kithrup.com (8.14.4/8.14.4) with ESMTP id r3LIB8Q6003490 for ; Sun, 21 Apr 2013 11:11:08 -0700 (PDT) (envelope-from sef@kithrup.com) Received: (from sef@localhost) by kithrup.com (8.14.4/8.14.4/Submit) id r3LIB8vQ003489; Sun, 21 Apr 2013 11:11:08 -0700 (PDT) (envelope-from sef) Date: Sun, 21 Apr 2013 11:11:08 -0700 (PDT) From: Sean Eric Fagan Message-Id: <201304211811.r3LIB8vQ003489@kithrup.com> To: freebsd-arm@freebsd.org Subject: Re: C++ broken on Raspberry Pi? Organization: Kithrup Enterprises, Ld. X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Apr 2013 18:11:15 -0000 >Did you try building with GCC ? > >Currently doing a build world on the Pi: > >/etc/make.conf: > >CC=gcc >CXX=g++ Er... Never even occured to me. Wow. Now I feel particularly dumb. Trying it with the ports as well.