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

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

"
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?5043A4E9.5060607>