From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3399 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: question about xmmintrin.h Date: Thu, 6 Jun 2013 22:52:48 +0200 Message-ID: <20130606205248.GE15710@port70.net> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1370551984 20460 80.91.229.3 (6 Jun 2013 20:53:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Jun 2013 20:53:04 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3403-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jun 06 22:53:05 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UkhB6-0007y6-DV for gllmg-musl@plane.gmane.org; Thu, 06 Jun 2013 22:53:00 +0200 Original-Received: (qmail 14327 invoked by uid 550); 6 Jun 2013 20:52:59 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 14319 invoked from network); 6 Jun 2013 20:52:59 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3399 Archived-At: * Jens [2013-06-06 19:50:46 +0200]: > > x264 wants the gcc include header xmmintrin.h. > > It seems like it is not picked up when using the musl-gcc wrapper. > yes the compiler provides some headers which should be available with musl-gcc as a workaround you may try CFLAGS="-isystem `musl-gcc -print-file-name=include`"