From owner-freebsd-questions@FreeBSD.ORG Wed Oct 22 14:41:27 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 024041065671 for ; Wed, 22 Oct 2008 14:41:27 +0000 (UTC) (envelope-from victor@netmediaservices.net) Received: from fep9.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.freebsd.org (Postfix) with ESMTP id D5CE38FC20 for ; Wed, 22 Oct 2008 14:41:26 +0000 (UTC) (envelope-from victor@netmediaservices.net) Received: from [127.0.0.1] (d221-71-130.commercial.cgocable.net [216.221.71.130]) by fep9.cogeco.net (Postfix) with ESMTP id 67DDF1014 for ; Wed, 22 Oct 2008 10:07:16 -0400 (EDT) Message-ID: <48FF338D.3050809@netmediaservices.net> Date: Wed, 22 Oct 2008 10:07:09 -0400 From: Victor Farah User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 081022-0, 10/22/2008), Outbound message X-Antivirus-Status: Clean Subject: GCC help 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: Wed, 22 Oct 2008 14:41:27 -0000 Hello I'm trying to install ffmpeg and I'm getting this message: "Compiler did not align stack variables. Libavcodec has been miscompiled and may be very slow or crash. This is not a bug in libavcodec, but in the compiler. You may try recompiling using gcc >= 4.2." Now gcc -v gives me: Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.6 [FreeBSD] 20060305 I was wondering how I would update gcc to version 4.2? I'm not sure I can just do a portupgrade gcc ?? I'm relatively new to freebsd any help would be appreciated! :)