Changes between Initial Version and Version 1 of Ticket #41171


Ignore:
Timestamp:
Nov 4, 2013, 7:21:20 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log says:

:info:build The directory that should contain system headers does not exist:
:info:build   /usr/include

You must install the command line tools by running xcode-select --install, as it says to do in our documentation.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41171

    • Property Status changed from new to closed
    • Property Cc mww@… added
    • Property Summary changed from OSX 10.9 Mavericks: libgcc fails to compile: 'cc1': execvp: No such file or directory to libgcc: The directory that should contain system headers does not exist: /usr/include
    • Property Priority changed from High to Normal
    • Property Keywords mavericks added
    • Property Resolution changed from to invalid
    • Property Port libgcc added
  • Ticket #41171 – Description

    initial v1  
    11The build of libgcc (a pre-requisite of any version of gcc) fails during the fixincludes stage with the error:
    22
     3{{{
    34:info:build xgcc: error trying to exec 'cc1': execvp: No such file or directory
    4 
     5}}}