Hi! I'm trying to compile Guile 3.0.8 for Solaris 11.4 and I get a core dump for STAGE0. The output I get is this (paths to build folder has been adjusted to hide my username)
Making all in stage0 make[2]: Entering directory 'guile-3.0.8/stage0' GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile --target="sparc-sun-solaris2.11" -W0 -O1 -L "guile-3.0.8/module" -o "ice-9/eval.go" "../module/ice-9/eval.scm" Pre-boot error; key: (#f "Wrong type to apply: ~S" (#f) (#f) (#f)) make[2]: Leaving directory 'guile-3.0.8/stage0' make[1]: *** [Makefile:2061: all-recursive] Error 1 make[1]: Leaving directory 'guile-3.0.8' make: *** [Makefile:1947: all] Error 2 Any ideas on what is going wrong? $ uname -a SunOS fnord 5.11 11.4.56.138.2 sun4v sparc sun4v non-global-zone GCC used for compiling Guile is 9.2.0 and GNU Make 4.2.1 was used. (Note that I had to remove the '-fvisibility=hidden' option from the GCC command lines since the created libguile.so file did not contain any symbols at all. Once I removed the '-fvisibility=hidden' option I got a guile binary.)