manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
138 stars 19 forks source link

bigloo 4.5a-1 build failure #92

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

👋 trying to build the latest release, but run into some build issue. The error log is as below:

build issue ``` /usr/bin/ld: cannot find -llibbacktrace: No such file or directory /usr/bin/ld: note to link with /usr/lib/gcc/x86_64-linux-gnu/11/libbacktrace.a use -l:libbacktrace.a or rename it to liblibbacktrace.a collect2: error: ld returned 1 exit status ```

full build log, https://github.com/Homebrew/homebrew-core/actions/runs/3870915125/jobs/6598309488 relates to Homebrew/homebrew-core#120107

chenrui333 commented 1 year ago

we ended up disabling libbacktrace on Linux