From owner-freebsd-questions@FreeBSD.ORG Tue Aug 14 07:00:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4FB216A420 for ; Tue, 14 Aug 2007 07:00:03 +0000 (UTC) (envelope-from charlie.caroff@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by mx1.freebsd.org (Postfix) with ESMTP id 8B41913C469 for ; Tue, 14 Aug 2007 07:00:03 +0000 (UTC) (envelope-from charlie.caroff@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so1188327rvb for ; Tue, 14 Aug 2007 00:00:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=pNBvXCrfa7xSYka6UDa6rKu8CRJtTVs/H/m7sNOm8bu8Bw6GpJIhxM5qW55SDp1d6Wx8uLILbNdgSVAaCzQB6/YEOsvMijwPZ5euSFNkj4tt2wi1ph5Ek60Txj7fYCExTyUuRGDxmnVgFV/+hIbLGMy5AekShTt6QQegxYwQ82M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bGelmwUuOFrLaIKzyUHZ33KvwrMbNdRd3gldCqG5BGDOrERyf+54fXaAPGX9sUi2knx77SLASxFxqW4wwnJemWndq+181HmN8eZWjpurCOEc/ZMB2J5R7QdxVEGt4SHlVB4+Tpd04SoDY1mkhlbgM+hpoW0rtGQW1nTlWUByi6A= Received: by 10.142.254.8 with SMTP id b8mr296433wfi.1187073166480; Mon, 13 Aug 2007 23:32:46 -0700 (PDT) Received: by 10.143.6.2 with HTTP; Mon, 13 Aug 2007 23:32:46 -0700 (PDT) Message-ID: Date: Mon, 13 Aug 2007 23:32:46 -0700 From: "Charlie Caroff" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: how to use an upgraded gcc compiler X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 07:00:03 -0000 Hi, I am running FreeBSD 6.2 Stable. The gcc version that was compiled in is 3.4.6. I installed gcc 4.04. I'm trying to install libxml-ruby, and I need to use gcc 4.0x, apparently. How do I use my newly installed gcc 4.04 to compile now? Charlie