Configuring the recent master branch (24d1656c328c932cd533f6f4bf80b345b6591f0d) on macOS Big Sur 11.2.1 (20D74), and receiving 4 messages rm: conftest.dSYM: is a directory:
 0% ./configure -q
 1rm: conftest.dSYM: is a directory
 2rm: conftest.dSYM: is a directory
 3rm: conftest.dSYM: is a directory
 4rm: conftest.dSYM: is a directory
 5
 6Build Options:
 7  with ecmult precomp     = yes
 8  with external callbacks = no
 9  with benchmarks         = yes
10  with tests              = yes
11  with openssl tests      = yes
12  with coverage           = no
13  module ecdh             = no
14  module recovery         = no
15  module extrakeys        = no
16  module schnorrsig       = no
17
18  asm                     = x86_64
19  bignum                  = no
20  ecmult window size      = 15
21  ecmult gen prec. bits   = 4
22
23  valgrind                = no
24  CC                      = gcc
25  CFLAGS                  = -O2 -fvisibility=hidden -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-unused-function -Wno-long-long -Wno-overlength-strings -W -g
26  CPPFLAGS                = -I/usr/local/Cellar/valgrind/3.16.1/include 
27  LDFLAGS                 = 
28
29  CC_FOR_BUILD            = gcc
30  CFLAGS_FOR_BUILD        = -O2 -fvisibility=hidden -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-unused-function -Wno-long-long -Wno-overlength-strings -W -g
31  CPPFLAGS_FOR_BUILD      = -I/usr/local/Cellar/valgrind/3.16.1/include 
32  LDFLAGS_FOR_BUILD       =
Detailed:
 0% ./configure
 1...
 2checking whether gcc understands -c and -o together... rm: conftest.dSYM: is a directory
 3yes
 4...
 5checking the name lister (/usr/bin/nm -B) interface... rm: conftest.dSYM: is a directory
 6BSD nm
 7...
 8checking for archiver [@FILE](/bitcoin-core-secp256k1/contributor/file/) support... rm: conftest.dSYM: is a directory
 9no
10...
11checking command to parse /usr/bin/nm -B output from gcc object... rm: conftest.dSYM: is a directory
12ok
13...