Xcode install on OSX 10.9 - clang: error: no input files

前端 未结 6 1441
失恋的感觉
失恋的感觉 2021-01-04 01:39

I\'m in the process of installing XCode Command Line Tools onto OSX 10.9 Mavericks

I did a successful install XCode:

$ xcode-select -p 
/Library/Deve         


        
6条回答
  •  太阳男子
    2021-01-04 02:32

    just type gcc -v which will spit an output specifying the prefix flag with which gcc was installed and the LLVM version as well. Specifying gcc on the command line without an option will report the issue you say it is reporting because its not able to find a file to compile using gcc.

提交回复
热议问题