From owner-freebsd-questions@FreeBSD.ORG Tue Aug 14 14:45:48 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 DA0FD16A417 for ; Tue, 14 Aug 2007 14:45:48 +0000 (UTC) (envelope-from charlie.caroff@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 6624813C467 for ; Tue, 14 Aug 2007 14:45:48 +0000 (UTC) (envelope-from charlie.caroff@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so83557uge for ; Tue, 14 Aug 2007 07:45:47 -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:cc:in-reply-to:mime-version:content-type:references; b=DSfunNYH379eFmqUj3F91DylW6WXxgDMfra5YioNT1bWGCJXACjBOLSO82Ox7zoeqF2YRRRt+/0n7zYTNXLgpUzy07eC3RlH86/v5yxoGSbPPSH49DHBdL3A5a7nthhY+msLVbR6h/e05DskLO/43uhti6ybRichaRIWcm91zik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=fOQ400ZHp0VlRBgwQROVv+Xv01Z7k8kPHO3lGYYzQ1EI95Ds5dwT9RYfayNxbleOTpWAUzP2Lc4jf1v/uQ9wCYDdRimo0eb3b4bPSW/e996YmQzEDq3K4V0rlbet3yVFlVsqo4x4Mh+SHb4zpiMWz6D7lHN+dNcEuoCyQfEFJbU= Received: by 10.142.157.15 with SMTP id f15mr734396wfe.1187102745669; Tue, 14 Aug 2007 07:45:45 -0700 (PDT) Received: by 10.143.6.2 with HTTP; Tue, 14 Aug 2007 07:45:45 -0700 (PDT) Message-ID: Date: Tue, 14 Aug 2007 07:45:45 -0700 From: "Charlie Caroff" To: "Dan Nelson" In-Reply-To: <20070814142035.GA12277@dan.emsphone.com> MIME-Version: 1.0 References: <20070814142035.GA12277@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: 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 14:45:48 -0000 The ports version of libxml looks to have been abandoned some time ago, and the non ports version is much newer (ports: 0.3.2, non-ports -.3.8.4) It also seems that libxml-ruby itself is being abandoned in favor of an upgrade, judging from recent activity on And, just as I try always to install on FreeBSD with ports, I try to install all new Ruby on Rails packages using GEM. I cannot figure out how to install libxml-ruby -- I don't understand the errors, and I can't find any info about them on the 'net -- my next move is to try and use the 4.0 gcc compiler I just installed. Charlie On 8/14/07, Dan Nelson < dnelson@allantgroup.com> wrote: > > In the last episode (Aug 13), Charlie Caroff said: > > 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? > > Is libxml-ruby different from the textproc/ruby-libxml port? That > makefile says it doesn't compile with gcc 4.2, but says nothing about > lower versions. > > -- > Dan Nelson > dnelson@allantgroup.com >