ianlancetaylor / libbacktrace

A C library that may be linked into a C/C++ program to produce symbolic backtraces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configure fails with bash syntax error

theloni-monk opened this issue · comments

Running source configure in bash results in error bash: configure: line 29: syntax error near unexpected token `newline' 'ash: configure: line 29: ` ;;
I installed libbacktrace as part of msys64 while trying to build the DAW application ZRythm

Those lines are generated by autoconf. Don't run source configure. As with all autoconf-generated configure scripts, and pretty much all configure scripts in general, just run configure or sh configure or bash configure. If you think it is important to support source configure for some reason, please file a bug against autoconf.

I'm not going to change anything in libbacktrace for this, so closing.