Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 20:46:26 +0200
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        emmh <emmh@gulli.com>
Cc:        nox@FreeBSD.org, multimedia@FreeBSD.org
Subject:   Re: multimedia/vlc
Message-ID:  <20120902184626.GA88867@triton8.kn-bremen.de>
In-Reply-To: <5043A4E9.5060607@gulli.com>
References:  <50438F7C.6090402@gulli.com> <5043A4E9.5060607@gulli.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120902184626.GA88867>