> I have considered with compilation problems of kannel under FreeBSD. > > ./configure step goes fine > then after typing "make" and few compilation lines I got following > error: > > /home/menulis/kannel/gateway-my/wmlscript/wmlsc.c:124: undefined > reference to `ws_create' > /home/menulis/kannel/gateway-my/wmlscript/wmlsc.c:184: undefined > reference to `ws_compile_data' > /home/menulis/kannel/gateway-my/wmlscript/wmlsc.c:195: undefined > reference to `ws_free_byte_code' > /home/menulis/kannel/gateway-my/wmlscript/wmlsc.c:198: undefined > reference to `ws_compile_file' > /home/menulis/kannel/gateway-my/wmlscript/wmlsc.c:208: undefined > reference to `ws_result_to_string' > /home/menulis/kannel/gateway-my/wmlscript/wmlsc.c:215: undefined > reference to `ws_destroy' > with the current CVS HEAD (I tried other versions as well). > > the solution is quite simple - under FreeBSD you have to use "gmake" > instead of "make". btw, kannel port > (version 1.2.1) has USE_GMAKE=yes in Makefile. it seems that "gmake" > compilation succession differs from > "make". > > maybe this information would prevent others to consider with the > same problem.
yes, it's the same behaviour as on Solaris. Thanks for the note. Stipe [EMAIL PROTECTED] ------------------------------------------------------------------- Wapme Systems AG Vogelsanger Weg 80 40470 D�sseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de ------------------------------------------------------------------- wapme.net - wherever you are
