Closed atsampson closed 2 years ago
Configuring findlib-1.9.4, using bash 5.1.16 as the shell, gives this harmless error in the middle of the configure output:
./configure: line 497: compiler-libs_dir=^: command not found
compiler-libs_dir isn't a legal sh variable name. This is coming from check_library; should it special-case compiler-libs?
compiler-libs_dir
check_library
compiler-libs
Configuring findlib-1.9.4, using bash 5.1.16 as the shell, gives this harmless error in the middle of the configure output:
compiler-libs_dir
isn't a legal sh variable name. This is coming fromcheck_library
; should it special-casecompiler-libs
?