| Newsgroups |
gmane.lisp.scheme.bigloo |
| Organization |
Inria |
| Message-ID |
<[email protected]> |
Hi Johannes,
> The comptime part works in my case, but the runtime stage fails:
>
> env BIGLOOLIB=/home/bruegmann/du/cvs/bigloo/work/bigloo4.1a/lib/4.1a LD_LIBRARY_PATH=/home/bruegmann/du/cvs/bigloo/work/bigloo4.1a/lib/4.1a /home/bruegmann/du/cvs/bigloo/work/bigloo4.1a/bin/bigloo -srfi enable-gmp -srfi enable-pregexp -unsafe -q -mkheap -mklib -s -no-hello -L /home/bruegmann/du/cvs/bigloo/work/bigloo4.1a/lib/4.1a Llib/make_lib.scm -heap bigloo.heap
> *** ERROR:obj->string:
> Unknown object -- #<???:0:00cb6c30>
>
> FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
> Target: x86_64-unknown-freebsd9.2
> Thread model: posix
>
> I have attached the terminal output of stages configure and compile as
> well as the configure.log produced by the bigloo4.1a/configure script.
>
> I do not have any experiences with clang on FreeBSD until now. I only
> tested my "standard case".
>
> Please let me know, if you need further input/tests.
Hum. Is Bigloo running correctly without clang on FreeBSD? What you are reporting
sounds like a severe problem. My guess is that the GC is not operational on
that setting os/c-compiler. They are very active these days on preparing new
GC versions. There is a reasonable hope that the situation improves.
--
Manuel