Changes between Initial Version and Version 1 of Ticket #70404, comment 9


Ignore:
Timestamp:
Jul 19, 2024, 9:37:02 PM (2 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70404, comment 9

    initial v1  
    1 1) With llvm-17:  https://gist.github.com/sletz/52a658344df142b5374246eec7cbbe79
    2 
    3 2) otool -L build/bin/faust
     11. With llvm-17:  https://gist.github.com/sletz/52a658344df142b5374246eec7cbbe79
     22. otool -L build/bin/faust
     3{{{
    44build/bin/faust:
    55        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1319.0.0)
     
    99        /opt/local/lib/libxml2.2.dylib (compatibility version 16.0.0, current version 16.2.0)
    1010        @rpath/libc++.1.dylib (compatibility version 1.0.0, current version 1.0.0)
    11 
     11}}}
    1212
    1313==> So I understand that the link with LLVM is static with llvm-17, and dynamic with llvm-18 ?