Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 6 Jun 2013 22:52:48 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: question about xmmintrin.h

* Jens <jensl@...s.mine.nu> [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`"

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.