Menu

#14 --enable-static-md5 doesn't take any effect

open
Trf (15)
5
2007-05-19
2007-05-19
Piotr Szuca
No

I have tried to configure trf2.1p2 with options:

./configure --enable-threads --with-tcl=XXX --with-tclinclude=XXX --disable-shared --disable-symbols --enable-static-md5

to make a static library. However, the option "--enable-static-md5" doesn't take any effect.

When I have added "-DMD5_STATIC_BUILD" by hand to Makefile, I have received a message about duplicate symbol "md5f" during linking.

To "ommit" a problem I have removed otpmd5.o from TRF_OBJECTS in Makefile and modified init.c.

Discussion