[Ecls-list] multi-threaded C++ app

Goffioul Michael goffioul at imec.be
Thu Oct 27 00:18:32 UTC 2005


> Just refreshed from CVS on linux and get different compile errors now 
> (for --enable-threads build).
> I haven't refreshed from CVS on Windows (as I need a working env for 
> now), so don't know if its same there.
> 
> libeclmin.a(number.o)(.text+0x3a5): In function `make_shortfloat':
> /home/deano/projects/lisp/ecls/src/c/number.d:139: undefined 
> reference 
> to `ecl_detect_fpe'
> libeclmin.a(number.o)(.text+0x45b): In function `make_longfloat':
> /home/deano/projects/lisp/ecls/src/c/number.d:158: undefined 
> reference 
> to `ecl_detect_fpe'
> collect2: ld returned 1 exit status
> make[1]: *** [ecl_min] Error 1

ecl_detect_fpe is a macro defined in src/c/arch/fpe_xxx.c, which is included
in config.h. If it's not the case, maybe you have to rerun ./configure.

Michael.




More information about the ecl-devel mailing list