cc -pthread -Wall -Wextra -Werror=implicit-function-declaration ndbm/dbm_firstkey.c -o ndbm/dbm_firstkey -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -lcrypt -latomic /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: ../out/linux/basic/ndbm/dbm_firstkey.o: in function `main': dbm_firstkey.c:(.text+0x1221): undefined reference to `dbm_open' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: dbm_firstkey.c:(.text+0x12c6): undefined reference to `dbm_firstkey' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: dbm_firstkey.c:(.text+0x12ff): undefined reference to `dbm_error' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: dbm_firstkey.c:(.text+0x1344): undefined reference to `dbm_store' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: dbm_firstkey.c:(.text+0x13c3): undefined reference to `dbm_firstkey' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: dbm_firstkey.c:(.text+0x13e3): undefined reference to `dbm_error' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: dbm_firstkey.c:(.text+0x1497): undefined reference to `dbm_store' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: dbm_firstkey.c:(.text+0x152f): undefined reference to `dbm_store' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: dbm_firstkey.c:(.text+0x15ae): undefined reference to `dbm_firstkey' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: dbm_firstkey.c:(.text+0x15ce): undefined reference to `dbm_error' /usr/lib/gcc/x86_64-alpine-linux-musl/15.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: dbm_firstkey.c:(.text+0x16a1): undefined reference to `dbm_close' collect2: error: ld returned 1 exit status