[Ecls-list] Current HEAD hangs during compilation
Matthew Mondor
mm_lists at pulsar-zone.net
Sun Jul 5 22:07:02 UTC 2009
On Sun, 05 Jul 2009 12:59:11 +0200
"Tobias C. Rittweiler" <tcr at freebits.de> wrote:
> Current HEAD on Linux-x86-32, --enable-unicode and --enable-threads.
>
> The build seems to hang at
>
> cd build; make
> make[1]: Entering directory `/src/tcr/from-upstream/ecl/build'
> if (echo c gc | grep gmp); then \
> cd gmp && make install && \
> cd .. && mv include/gmp.h ecl/ && rmdir include && \
> mv ./libgmp.a ./libeclgmp.a; \
> fi
> cd c; make
> make[2]: Entering directory `/src/tcr/from-upstream/ecl/build/c'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/src/tcr/from-upstream/ecl/build/c'
> if [ -f CROSS-COMPILER ]; then \
> ./CROSS-COMPILER compile; \
> else \
> ./ecl_min compile; \
> fi
Interestingy this is just what happens on NetBSD for me, yet still does
with HEAD and boehm-gc 7.1 built with threads support. However 8.12.0
didn't hang like this with thread support despite using the same
boehm-gc... Out of curiosity, what is your boehm-gc version, even if
HEAD builds fine for you?
Thanks,
--
Matt
More information about the ecl-devel
mailing list