On 12/2/19 6:28 AM, Matt Wette wrote:
I'm building 2.9.5 now but running into errors (ubuntu 18.04):
/bin/bash: line 6: 14657 Segmentation fault (core dumped)
GUILE_AUTO_COMPILE=0 ../meta/build-env guild compile
--target="x86_64-pc-linux-gnu" -O1 -Oresolve-primitives -L
"/home/mwette/proj/guile/guile-2.9.5/module" -L
"/home/mwette/proj/guile/guile-2.9.5/guile-readline" -o
"system/vm/linker.go" "../module/system/vm/linker.scm"
So, as a random check, I first verified that I could reproduce the above
error at the command line. I did.
Then I removed "-Oresolve-primitives" and it compiled without error.
Any help?
Matt