Changes between Initial Version and Version 1 of Ticket #72773, comment 29
- Timestamp:
- Sep 24, 2025, 8:44:47 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #72773, comment 29
initial v1 3 3 e.g. with clang-18 it still gives the same error 4 4 5 ``` 5 {{{ 6 6 Larissa ~/cernbox/MacPorts/ghc > clang-mp-18 -v main.c -Wl,-undefined,dynamic_lookup -Wl,-u,mytest 7 7 clang version 18.1.8 … … 25 25 ld: symbol(s) not found for architecture arm64 26 26 clang: error: linker command failed with exit code 1 (use -v to see invocation) 27 ``` 27 }}}
