configure:5770: checking for dmalloc_debug in -ldmalloc configure:5795: gcc -o conftest -g -O2 conftest.c -ldmalloc -lsndfile -lm >&5 ld: conftest: hidden symbol `atexit' in /gnu/store/yj053cys0724p7vs9kir808x7fivz17m-glibc-2.41/lib/libc_nonshared.a(atexit.oS) is referenced by DSO ld: final link failed: bad value collect2: error: ld returned 1 exit status configure:5795: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gtick" | #define PACKAGE_TARNAME "gtick" | #define PACKAGE_VERSION "0.5.5" | #define PACKAGE_STRING "gtick 0.5.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "gtick" | #define VERSION "0.5.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_LIBM 1 | #define HAVE_LIBSNDFILE 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dmalloc_debug (); | int | main () | { | return dmalloc_debug (); | ; | return 0; | } configure:5804: result: no