[BUG] CCX on apple silicon #623

Open
opened 2026-01-29 16:49:19 +00:00 by claunia · 0 comments
Owner

Originally created by @NilsIrl on GitHub (Mar 29, 2021).

CCExtractor version: 19da837232

On apple silicon (M1), ccextractor doesn't compile.

[100%] Linking C executable ccextractor
ld: warning: directory not found for option '-L/opt/local/lib'
Undefined symbols for architecture arm64:
  "_png_init_filter_functions_neon", referenced from:
      _png_init_filter_functions in pngrutil.c.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [ccextractor] Error 1
make[1]: *** [CMakeFiles/ccextractor.dir/all] Error 2
make: *** [all] Error 2
Originally created by @NilsIrl on GitHub (Mar 29, 2021). CCExtractor version: https://github.com/CCExtractor/ccextractor/commit/19da837232cd2ecf3b6c528a0100ad0a6d152abd On apple silicon (M1), ccextractor doesn't compile. ``` [100%] Linking C executable ccextractor ld: warning: directory not found for option '-L/opt/local/lib' Undefined symbols for architecture arm64: "_png_init_filter_functions_neon", referenced from: _png_init_filter_functions in pngrutil.c.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [ccextractor] Error 1 make[1]: *** [CMakeFiles/ccextractor.dir/all] Error 2 make: *** [all] Error 2 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#623