Changes between Initial Version and Version 1 of Ticket #62426, comment 7


Ignore:
Timestamp:
Mar 12, 2021, 2:23:45 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62426, comment 7

    initial v1  
    1 to use dylib linking, you do it like this:
     1to use dylib linking using the current @rpath setting, you do it like this:
    22{{{
    33/usr/bin/clang++ -std=c++17 -D_LIBCPP_DISABLE_AVAILABILITY -L/opt/local/libexec/llvm-11/lib/ -Wl,-rpath,/opt/local/libexec/llvm-11/lib/ fstest.cpp