[Ecls-list] Critical change

Yaroslav Kavenchuk kavenchuk at gmail.com
Thu Jan 18 16:10:27 UTC 2007


Juan Jose Garcia-Ripoll wrote:
> I have built ECL on other two machines now. Some more symbols to be
> renamed were detected and hopefully fixed. It should work now.

Now:

if [ -f CROSS-COMPILER ]; then \
         touch ecl_min.exe; \
else \
         gcc -Lc:/gnu/local/lib -o ecl_min.exe cinit.o c/all_symbols.o 
-L./ libeclmin.a -leclgc  -lm -lws2_32 -lgmp;\
fi
libeclmin.a(threads_win32.o): In function `initialize_process_bindings':
C:/gnu/home/src/ecl/ecl/src/c/threads_win32.d:137: undefined reference 
to `make_singlefloat'
C:/gnu/home/src/ecl/ecl/src/c/threads_win32.d:137: undefined reference 
to `make_singlefloat'
libeclmin.a(threads_win32.o): In function `mp_exit_process':
C:/gnu/home/src/ecl/ecl/src/c/threads_win32.d:253: undefined reference 
to `unwind'
collect2: ld returned 1 exit status
make[1]: *** [ecl_min.exe] Error 1
make[1]: Leaving directory `/home/src/ecl/ecl/build'
make: *** [all] Error 2

Thanks!

-- 
WBR, Yaroslav Kavenchuk




More information about the ecl-devel mailing list