Hi,
These are my system specs
>uname -a
Linux frodo 2.6.11.4-20a-default #1 Wed Mar 23 21:52:37 UTC 2005 i686 unknown unknown GNU/Linux
>g++ --version
g++-3.4.3 (GCC) 3.4.3
I am using the latest version of CLN ie
cln-1.1.11
while 'make'ing I get this error. Any help/inputs? I see that file is not compiled then why is it being linked ?
/bin/sh ../libtool --mode=link g++ -o
libcln.la -rpath /usr/local/lib -version-info 4:1:0 -objectlist libcln.objectlist
libtool: link: `cl_2D_div.lo' is not a valid libtool object
make[1]: *** [libcln.la] Error 1
make[1]: Leaving directory `/home/soniasin/software/cln-
1.1.11/src'
make: *** [all] Error 2
Thanks.