From owner-freebsd-current@FreeBSD.ORG Tue Dec 9 06:58:56 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7188416A4CE for ; Tue, 9 Dec 2003 06:58:56 -0800 (PST) Received: from cheer.mahoroba.org (flets20-024.kamome.or.jp [218.45.20.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35E5843D39 for ; Tue, 9 Dec 2003 06:58:48 -0800 (PST) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:Z2qXbLdq3kjSuT+DR8qhEe3BXTfGdaXyln59hWgPEV7TMHm7l0XN+3G2qfNngPD5@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0)hB9EwOhS007550 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 9 Dec 2003 23:58:24 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 09 Dec 2003 23:58:40 +0900 Message-ID: From: Hajimu UMEMOTO To: Ollivier Robert In-Reply-To: <20031209145119.GA54344@tara.freenix.org> References: <20031209111143.GA53087@tara.freenix.org> <20031209123016.B93967@newtrinity.zeist.de> <20031209145119.GA54344@tara.freenix.org> User-Agent: xcite1.38> Wanderlust/2.11.3 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.2-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on cheer.mahoroba.org cc: current@FreeBSD.org Subject: Re: Missing header file from gcc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 14:58:56 -0000 Hi, >>>>> On Tue, 9 Dec 2003 15:51:19 +0100 >>>>> Ollivier Robert 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/