"Abdulaziz Ghuloum" wrote: > Is there a reason why you're not precompiling these libraries?
But I am, or at least I thought so; when running Ikarus directly as you do I get: $ IKARUS_LIBRARY_PATH=src/libraries:../scheme/src/libraries time ikarus --r6rs-script tests/test-platform.sps *** testing platform API ; *** checks *** : 1 correct, 0 failed. 4.473 secs this is after letting Ikarus precompile all the libraries using "~/.ikarus" as cache. But when I issue my makefile rules, which put the libraries under the "$(builddir)/fasl.d" directories, I confirm my previous results; this is without installing the libraries: 1. I precompile the "scheme" project under its own build directory; 2. then precompile the "libxml2" project under its own build directory using libraries from "scheme"'s build directory; 3. then run the test using libraries from both the build directories. I dunno what to say; it seems weird to me that using a different directory to cache the precompiled libraries can cause this kind of problem. I will have to try more things; in the mean time thank you for trying it. -- Marco Maggi
