22 Oct
2004
22 Oct
'04
11:54 p.m.
Werner Horbelt wrote:
../src/.libs/libcln.so: undefined reference to `_GLOBAL__I_cl_module__cl_SV_ringelt__firstglobalfun'
I thought this was fixed in cln-1.1.8. Which version of cln are you attempting to build?
../src/.libs/libcln.so: undefined reference to `mulu64_high' ../src/.libs/libcln.so: undefined reference to `divu_64_rest'
We have to look into this... In the meantime, you can try building cln in 32-bit (IA-32) mode, though use of CC="gcc -m32" CXX="g++ -m32". Bruno