Changes between Version 1 and Version 2 of Ticket #45091, comment 6


Ignore:
Timestamp:
Sep 20, 2014, 3:46:01 PM (10 years ago)
Author:
c9s (Yo-An Lin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45091, comment 6

    v1 v2  
    1 It uses gcc extensions like (features.h) which is not supported by clang.
     1It uses some gcc48 extensions like (features.h) which is not supported by clang, so we need gcc48 extensions to build the binary.
    22
    3 It works for me. external libraries built by clang is compatible with gcc48 binary.
     3External libraries built by clang are compatible with gcc48 binary. (all my other libraries were built with clang)