On 23/01/2015 22:33, Programmingkid wrote:
> > Use clang then.
> 
> Could you provide directions on how you want me to do this? In the configure 
> options, this was all I found: 
>   --objcc=OBJCC            use Objective-C compiler OBJCC [clang]

./configure --cc=clang --cxx=clang++

But QEMU uses "cc" and "c++" by default, not "gcc" and "g++", and on Mac
OS X "cc" and "c++" should be clang.  So "./configure" should just work.

Paolo

Reply via email to