You can’t configure it out, but you could change the makefiles to not compile it (but you need to bootstrap Gambit first).
The proper solution is probably to chop _t-univ.scm into smaller files, like for _t-c-[123].scm .
File an issue on github and I will add this to my todo.
Marc
On Feb 18, 2015, at 11:21 AM, Bradley Lucier lucier@math.purdue.edu wrote:
I've tried several ways to build gambit with test coverage.
Gcc has problems with compiling gambit-generated C code with test coverage and profiling arcs; the PR is here:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64928
So I tried LLVM on Mac OS X. Things got stuck compiling _t-univ.scm (at least, I ran out of patience).
Which led me to wonder: can Gambit be configured not to incorporate _t-univ.scm? I don't think I ever use or need it, and it's the biggest thing in gsc/.
Brad