From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 2 18:50:07 2012 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E017106564A; Sun, 2 Sep 2012 18:50:07 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id D722D8FC14; Sun, 2 Sep 2012 18:50:06 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 8E04F1E00719; Sun, 2 Sep 2012 20:50:05 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q82IkQJe088902; Sun, 2 Sep 2012 20:46:26 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q82IkQEE088901; Sun, 2 Sep 2012 20:46:26 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 2 Sep 2012 20:46:26 +0200 To: emmh Message-ID: <20120902184626.GA88867@triton8.kn-bremen.de> References: <50438F7C.6090402@gulli.com> <5043A4E9.5060607@gulli.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5043A4E9.5060607@gulli.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: nox@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: multimedia/vlc X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 18:50:07 -0000 On Sun, Sep 02, 2012 at 08:26:49PM +0200, emmh wrote: > emmh wrote: > > Hi, > > > > I ran into the proplems with the mmx and sse thing. > > [...] > > make is still running (remember the cpu above), I'll report. > > gcc 4.4 works for me. > Cool, now if clang works too we could spare 9.x users the need of building/installing a newer gcc... (And even if not, I'd probably prefer gcc 4.6 over 4.4 if only to be consistent with other ports like mplayer.) Just thinking, :) Juergen > " > VLC media player 2.0.3 Twoflower > ... > Compiler: gcc version 4.4.7 20111108 (prerelease) (FreeBSD Ports > Collection). > " > > Nice to know: > > FreeBSD ***.***.*** 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #0: Fri Aug > 24 05:15:51 CEST 2012 > root@***.***.***:/usr/obj/usr/src/sys/GENERIC i386 > > > CPU: Intel Pentium III (1002.30-MHz 686-class CPU) > > > etc/make.conf: > ... > # gcc 4.4 > .if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/local/bin/gcc44) > .if empty(.CURDIR:M/usr/ports/net/openldap*) > CC=gcc44 > CXX=g++44 > CPP=cpp44 > .endif > .endif > > > /etc/libmap.conf: > ... > libgcc_s.so.1 gcc44/libgcc_s.so.1 > libgomp.so.1 gcc44/libgomp.so.1 > libobjc.so.3 gcc44/libobjc.so.2 > libssp.so.0 gcc44/libssp.so.0 > libstdc++.so.6 gcc44/libstdc++.so.6 > > > /usr/ports/multimedia/vlc/Makefile: > ... > # sometimes(?) misdetected causing build failure > #.if ${ARCH} == "i386" > #CONFIGURE_ARGS+=--disable-sse --disable-mmx > #.endif > ... > > > binutils-2.22_1 GNU binary tools > > gcc-4.4.7.20111108 GNU Compiler Collection 4.4 > gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M' > > > emmh