!  wavesync   *+…  nm -gD /usr/lib/libBlocksRuntime.so Sun 10:23 PM 0000000000001319 T Block_size 000000000000115a T _Block_copy 0000000000001312 T _Block_copy_collectable 0000000000001391 T _Block_extended_layout 0000000000001330 T _Block_has_signature 000000000000130c T _Block_isDeallocating 000000000000136e T _Block_layout 00000000000013c2 T _Block_object_assign 0000000000001526 T _Block_object_dispose 0000000000001239 T _Block_release 0000000000001351 T _Block_signature 00000000000012e2 T _Block_tryRetain 0000000000001138 T _Block_use_RR2 0000000000001322 T _Block_use_stret w _ITM_deregisterTMCloneTable w _ITM_registerTMCloneTable 0000000000004370 B _NSConcreteAutoBlock 0000000000004470 B _NSConcreteFinalizingBlock 0000000000004170 B _NSConcreteGlobalBlock 0000000000004270 B _NSConcreteMallocBlock 0000000000004070 B _NSConcreteStackBlock 0000000000004570 B _NSConcreteWeakBlockVariable w __cxa_finalize w __deregister_frame_info w __register_frame_info 00000000000015b7 T _fini 0000000000001000 T _init U free U malloc U memcpy wavesync   *+…  clang -fblocks -lBlocksRuntime -o block-test block-test.c Sun 10:23 PM /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /tmp/block-test-bebbf8.o: in function `MakeCounter': block-test.c:(.text+0x46): undefined reference to `_NSConcreteStackBlock' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: block-test.c:(.text+0x81): undefined reference to `_Block_copy' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: block-test.c:(.text+0x93): undefined reference to `_Block_object_dispose' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /tmp/block-test-bebbf8.o: in function `main': block-test.c:(.text+0x16b): undefined reference to `_Block_release' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /tmp/block-test-bebbf8.o: in function `__copy_helper_block_8_32r': block-test.c:(.text.__copy_helper_block_8_32r[__copy_helper_block_8_32r]+0x26): undefined reference to `_Block_object_assign' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /tmp/block-test-bebbf8.o: in function `__destroy_helper_block_8_32r': block-test.c:(.text.__destroy_helper_block_8_32r[__destroy_helper_block_8_32r]+0x1a): undefined reference to `_Block_object_dispose' clang: error: linker command failed with exit code 1 (use -v to see invocation)nim pastee