Page 1 of 1

Unable to build CL rev 3589

Posted: Thu Dec 31, 2009 6:39 pm
by marfi
Hi Eran,
I'm not able to build CL rev 3589 due to those errors:

Code: Select all

./lib/libpluginu.so: undefined reference to `MD5Init'
./lib/libpluginu.so: undefined reference to `MD5Final'
./lib/libpluginu.so: undefined reference to `MD5Update'
Before the build I performed make clean & make clean_plugins & configure. Must I install some additional libraries to build the CL on Ubuntu 9.10 now?

Best regards and Happy new year!!! :)
Michal

Re: Unable to build CL rev 3589

Posted: Thu Dec 31, 2009 7:24 pm
by eranif
You did not ran configure

Happy new years :)

Eran

Re: Unable to build CL rev 3589

Posted: Thu Dec 31, 2009 7:50 pm
by marfi
You did not ran configure
Yes, I did, but it didn't help me.

Regards
Michal

Re: Unable to build CL rev 3589

Posted: Thu Dec 31, 2009 8:26 pm
by eranif
Indeed, you are right its a bug in the configure script.

The missing symbols are implemented in C files (not C++), however the configure only collect .cpp files for that shared library, fixed in local svn, will test and commit it later

EDIT:
Fixed in trunk

Eran