[Ecls-list] ECL build failure on ubuntu 12.04LTS
Faré
fahree at gmail.com
Fri Dec 20 02:41:01 UTC 2013
make[2]: Leaving directory `/home/tunes/src/ecl/build/c'
if [ -f CROSS-COMPILER ]; then \
touch ecl_min; \
else \
gcc -o ecl_min cinit.o c/all_symbols.o -L./
libeclmin.a -leclatomic -lgmp -lgc -lffi -lpthread
-ldl -lm ;\
fi
libeclmin.a(alloc_2.o): In function `init_alloc':
/home/tunes/src/ecl/src/c/alloc_2.d:1100: undefined reference to
`GC_get_start_callback'
/home/tunes/src/ecl/src/c/alloc_2.d:1101: undefined reference to
`GC_set_start_callback'
collect2: ld returned 1 exit status
make[1]: *** [ecl_min] Error 1
make[1]: Leaving directory `/home/tunes/src/ecl/build'
make: *** [all] Error 2
Even though the configure script checks for presence of this symbol
and doesn't complain after finding it doesn't exist.
I could compile this:
ECL (Embeddable Common-Lisp) 13.5.1
(git:914ce253d1d9e52df684dfacc554167b3f100ce7)
The version I'm failing to compile is this:
237af2e803a2bf9d1044875ed9b7d7b301cad343
I suspect the bug may have been introduced by this or related commit:
6b754564f1d1a2d320b1fd46f0c0da2e623862c1
Is there any new maintainer to fix such ECL bugs?
Best regards,
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
Can anyone please squash this butterfly in Tokyo? I'm sick with its flapping
wings changing the outcome of my life.
More information about the ecl-devel
mailing list