Changes between Initial Version and Version 1 of Ticket #72773, comment 29


Ignore:
Timestamp:
Sep 24, 2025, 8:44:47 AM (10 months ago)
Author:
cjones051073 (Chris Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #72773, comment 29

    initial v1  
    33e.g. with clang-18 it still gives the same error
    44
    5 ```
     5{{{
    66Larissa ~/cernbox/MacPorts/ghc > clang-mp-18  -v main.c -Wl,-undefined,dynamic_lookup -Wl,-u,mytest
    77clang version 18.1.8
     
    2525ld: symbol(s) not found for architecture arm64
    2626clang: error: linker command failed with exit code 1 (use -v to see invocation)
    27 ```
     27}}}