FreeBSD compilation problems
"Dziugas Baltrunas" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <003c01c2ebd4$97577300$c8602fd4@dark> |
Hi list, 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. regards, Dziugas Baltrunas