Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Dec 2003 23:58:40 +0900
From:      Hajimu UMEMOTO <ume@mahoroba.org>
To:        Ollivier Robert <roberto@keltia.freenix.fr>
Cc:        current@FreeBSD.org
Subject:   Re: Missing header file from gcc
Message-ID:  <ygefzfut4v3.wl%ume@mahoroba.org>
In-Reply-To: <20031209145119.GA54344@tara.freenix.org>
References:  <20031209111143.GA53087@tara.freenix.org> <20031209123016.B93967@newtrinity.zeist.de> <20031209145119.GA54344@tara.freenix.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

>>>>> On Tue, 9 Dec 2003 15:51:19 +0100
>>>>> Ollivier Robert <roberto@keltia.freenix.fr> said:

roberto> According to Marius Strobl:
> Could you elaborate on the other problem? I hit this issue recently,
> copied src/contrib/gcc/config/i386/emmintrin.h to /usr/include and
> ffmepg 0.4.8 in ports and HEAD version from CVS compiled and worked
> fine afterwards.

Me too.  I dunno why emmintrin.h is not installed, I apply following
patch locally:

Index: gnu/usr.bin/cc/include/Makefile
diff -u gnu/usr.bin/cc/include/Makefile.orig gnu/usr.bin/cc/include/Makefile
--- gnu/usr.bin/cc/include/Makefile.orig	Wed Sep 10 02:43:07 2003
+++ gnu/usr.bin/cc/include/Makefile	Mon Nov 17 03:56:21 2003
@@ -5,7 +5,7 @@
 .PATH: ${GCCDIR}/config/${GCC_CPU}
 
 .if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "amd64"
-INCS=	mmintrin.h xmmintrin.h
+INCS=	emmintrin.h mmintrin.h xmmintrin.h
 .elif ${TARGET_ARCH} == "ia64"
 INCS=	ia64intrin.h
 .endif

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org  ume@bisd.hitachi.co.jp  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ygefzfut4v3.wl%ume>