[Ecls-list] Current HEAD hangs during compilation
Tobias C. Rittweiler
tcr at freebits.de
Sun Jul 5 10:59:11 UTC 2009
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
Even pressing C-c does not interrupt the process.
-T.
More information about the ecl-devel
mailing list