[cfe-dev] libcxx: cstdio / stdio.h - missing file

Ben Pope benpope81 at gmail.com
Sun Aug 17 22:32:55 PDT 2014


On Monday, August 18, 2014 11:17 AM, Larry Evans wrote:
> On 08/17/2014 08:37 AM, Anton Smirnov wrote:
>> To be more detaild i don't have any problems on my dev machine (Mac OS X
>> with XCode toolchain).
>>
>> I'd like to use libcxx with clang on ios device.
>>
>>
>> Anyway : output on my dev machine
>>
>> MBA-Anton:llvm_34_ios_armv7_build_noenv asmirnov$ echo "int main() {}" >
>> helloworld.cpp && clang++ helloworld.cpp -v
>>
> What happen with:
>
> echo "int main() {}" > helloworld.cpp && gcc helloworld.cpp -v
>
> ?  That should show where gcc believes stdio.h is located.

Mea culpa, I obviously meant clang.

Ben




More information about the cfe-dev mailing list