From owner-freebsd-questions@FreeBSD.ORG Sat Feb 23 22:56:46 2008 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 C089016A401 for ; Sat, 23 Feb 2008 22:56:46 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.freebsd.org (Postfix) with ESMTP id 9E42513C448 for ; Sat, 23 Feb 2008 22:56:46 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from [172.23.170.136] (helo=anti-virus01-07) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1JT3IT-0003m8-O2 for freebsd-questions@freebsd.org; Sat, 23 Feb 2008 22:56:45 +0000 Received: from [82.45.71.254] (helo=atlantis) by asmtp-out1.blueyonder.co.uk with smtp (Exim 4.52) id 1JT3IT-00067q-BG for freebsd-questions@freebsd.org; Sat, 23 Feb 2008 22:56:45 +0000 Message-ID: <005701c8766f$3d3af2e0$0200010a@atlantis> From: "Jasvinder S. Bahra" To: References: <000901c87636$c6ef9240$0200010a@atlantis> <200802231810.10285.fbsd.questions@rachie.is-a-geek.net> <003c01c8764f$de52ee50$0200010a@atlantis> <200802232041.50283.fbsd.questions@rachie.is-a-geek.net> Date: Sat, 23 Feb 2008 22:55:51 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: Unable to compile anything from ports 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: Sat, 23 Feb 2008 22:56:46 -0000 > Could you set the following in /etc/make.conf: > CFLAGS=-pipe -O0 # capital O, number zero Mel, You've cracked it. I set CFLAGS as above, and lang/ruby18 installed successfully. What does this mean? The package did install, so the compiler isn't broken. Maybe an optimisation bug as you mentioned?