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

Larry Evans cppljevans at suddenlink.net
Sun Aug 17 20:17:54 PDT 2014


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.

HTH.

-regards,
Larry






More information about the cfe-dev mailing list